summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-06 08:17:01 +0200
committerTao Bao <tbao@google.com>2016-10-09 23:02:10 +0200
commitde40ba59c8e5091221752e9d7c6e072c29a7055f (patch)
tree7a4bc94e149924ff232b4a08fe1dc33be3deb35e /Android.mk
parentMerge "Disable the meaningless parts of the UI for A/B." (diff)
downloadandroid_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.gz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.bz2
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.lz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.xz
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.zst
android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.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