summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-19 00:58:15 +0100
committerDan Albert <danalbert@google.com>2015-02-19 01:14:16 +0100
commit1ddd35050417b79307c5e0a989ee39d6ce2bfc1b (patch)
tree1c240abf3ee1868ea903618d474b7aae247ab6e6 /Android.mk
parentMerge "Remove unused code." (diff)
downloadandroid_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar.gz
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar.bz2
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar.lz
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar.xz
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.tar.zst
android_bootable_recovery-1ddd35050417b79307c5e0a989ee39d6ce2bfc1b.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 0cb0836cd..b8ef63e99 100644
--- a/Android.mk
+++ b/Android.mk
@@ -54,7 +54,10 @@ RECOVERY_FSTAB_VERSION := 2
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
LOCAL_CFLAGS += -Wno-unused-parameter
-LOCAL_C_INCLUDES += system/vold
+LOCAL_C_INCLUDES += \
+ system/vold \
+ system/extras/ext4_utils \
+ system/core/adb \
LOCAL_STATIC_LIBRARIES := \
libext4_utils_static \
@@ -94,8 +97,6 @@ else
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB)
endif
-LOCAL_C_INCLUDES += system/extras/ext4_utils
-
include $(BUILD_EXECUTABLE)
# All the APIs for testing