summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-10 18:44:39 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-10-10 18:44:40 +0200
commit1984d55ece8f4ca9474c1f8145bfcce3554c9879 (patch)
treeb7393883abd75ee6b57ede96a27a735804061331 /Android.mk
parentMerge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd am: 5ceada5bea (diff)
parentUpdate the header path for ext4_utils. (diff)
downloadandroid_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 '')
-rw-r--r--Android.mk4
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