diff options
author | Tao Bao <tbao@google.com> | 2016-10-10 18:44:39 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-10-10 18:44:40 +0200 |
commit | 1984d55ece8f4ca9474c1f8145bfcce3554c9879 (patch) | |
tree | b7393883abd75ee6b57ede96a27a735804061331 /Android.mk | |
parent | Merge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd am: 5ceada5bea (diff) | |
parent | Update the header path for ext4_utils. (diff) | |
download | android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.gz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.bz2 android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.lz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.xz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.zst android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index 185562307..363f2df10 100644 --- a/Android.mk +++ b/Android.mk @@ -70,7 +70,6 @@ LOCAL_CLANG := true LOCAL_C_INCLUDES += \ system/vold \ - system/extras/ext4_utils \ system/core/adb \ LOCAL_STATIC_LIBRARIES := \ @@ -98,9 +97,6 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_HAL_STATIC_LIBRARIES := libhealthd -LOCAL_C_INCLUDES += system/extras/ext4_utils -LOCAL_STATIC_LIBRARIES += libext4_utils_static libz - ifeq ($(AB_OTA_UPDATER),true) LOCAL_CFLAGS += -DAB_OTA_UPDATER=1 endif |