diff options
author | Adrien Grassein <adrien.grassein@gmail.com> | 2014-11-06 14:53:50 +0100 |
---|---|---|
committer | Adrien Grassein <adrien.grassein@gmail.com> | 2014-11-07 08:30:41 +0100 |
commit | 3cd669fd5d5317c21d75159d9caabffeb2d1f963 (patch) | |
tree | 6b5c8e2a7bec9d8c3c54f8c2ca44099d357a497e | |
parent | am 4f66469b: Merge "More test makefile cleanup." (diff) | |
download | android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar.gz android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar.bz2 android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar.lz android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar.xz android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.tar.zst android_bootable_recovery-3cd669fd5d5317c21d75159d9caabffeb2d1f963.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 1a91f0029..4eb18aae8 100644 --- a/Android.mk +++ b/Android.mk @@ -54,6 +54,8 @@ RECOVERY_FSTAB_VERSION := 2 LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION) LOCAL_CFLAGS += -Wno-unused-parameter +LOCAL_C_INCLUDES += system/vold + LOCAL_STATIC_LIBRARIES := \ libext4_utils_static \ libsparse_static \ @@ -75,7 +77,7 @@ LOCAL_STATIC_LIBRARIES := \ ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) LOCAL_CFLAGS += -DUSE_EXT4 - LOCAL_C_INCLUDES += system/extras/ext4_utils system/vold + LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += libext4_utils_static libz endif |