diff options
author | Tao Bao <tbao@google.com> | 2016-10-10 23:14:34 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-10 23:14:34 +0200 |
commit | 00a9050815369d98ad5230fcf13a60577ebeb99a (patch) | |
tree | 9a3904480d6a9bc172cbd6fbc834574d33db9786 /Android.mk | |
parent | Merge "No longer need android/log.h" (diff) | |
parent | Merge "Update the header path for ext4_utils." (diff) | |
download | android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar.gz android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar.bz2 android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar.lz android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar.xz android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.tar.zst android_bootable_recovery-00a9050815369d98ad5230fcf13a60577ebeb99a.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 15e281cf6..e502d9e6b 100644 --- a/Android.mk +++ b/Android.mk @@ -71,7 +71,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 |