summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-10 23:14:34 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-10 23:14:34 +0200
commit00a9050815369d98ad5230fcf13a60577ebeb99a (patch)
tree9a3904480d6a9bc172cbd6fbc834574d33db9786 /Android.mk
parentMerge "No longer need android/log.h" (diff)
parentMerge "Update the header path for ext4_utils." (diff)
downloadandroid_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.mk4
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