summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-12-12 00:40:28 +0100
committerJP Abgrall <jpa@google.com>2013-12-13 00:27:42 +0100
commitf39989a36d4724a4852e28b9dca3d372d3f7873d (patch)
tree518ea4e803536d9bff1dc56cf33a58e1a372c838 /Android.mk
parentam d327c63a: am c87bab10: add the functions for multi-stage packages to updater (diff)
downloadandroid_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.gz
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.bz2
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.lz
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.xz
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.tar.zst
android_bootable_recovery-f39989a36d4724a4852e28b9dca3d372d3f7873d.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1308066df..c544db964 100644
--- a/Android.mk
+++ b/Android.mk
@@ -57,7 +57,7 @@ LOCAL_STATIC_LIBRARIES := \
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
- LOCAL_C_INCLUDES += system/extras/ext4_utils
+ LOCAL_C_INCLUDES += system/extras/ext4_utils system/vold
LOCAL_STATIC_LIBRARIES += libext4_utils_static libz
endif