diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 01:17:37 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-19 01:17:37 +0100 |
commit | 076f5479b592fc02f2f3e5436cad06b0a35d0521 (patch) | |
tree | 1c240abf3ee1868ea903618d474b7aae247ab6e6 /Android.mk | |
parent | Merge "Remove unused code." (diff) | |
parent | Use headers from adb. (diff) | |
download | android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar.gz android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar.bz2 android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar.lz android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar.xz android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.tar.zst android_bootable_recovery-076f5479b592fc02f2f3e5436cad06b0a35d0521.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 7 |
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 |