diff options
author | HashBang <hashbang173@gmail.com> | 2016-01-30 20:20:09 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-02-03 23:05:56 +0100 |
commit | ed974bb87ab099e5168768b3381dcdf80d83f3c8 (patch) | |
tree | d258894dae7a12c3570f1cc346026e7582321e35 /Android.mk | |
parent | sort languages by display value (diff) | |
download | android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.gz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.bz2 android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.lz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.xz android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.tar.zst android_bootable_recovery-ed974bb87ab099e5168768b3381dcdf80d83f3c8.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 52c2907de..0a5692c85 100644 --- a/Android.mk +++ b/Android.mk @@ -99,6 +99,7 @@ LOCAL_C_INCLUDES += \ system/vold \ system/extras/ext4_utils \ system/core/adb \ + system/core/libsparse LOCAL_C_INCLUDES += bionic external/openssl/include $(LOCAL_PATH)/libmincrypt/includes ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0) @@ -351,7 +352,8 @@ LOCAL_ADDITIONAL_DEPENDENCIES := \ fsck.fat \ fatlabel \ mkfs.fat \ - permissive.sh + permissive.sh \ + simg2img_twrp ifneq ($(TARGET_ARCH), arm64) ifneq ($(TARGET_ARCH), x86_64) @@ -586,6 +588,7 @@ include $(commands_recovery_local_path)/injecttwrp/Android.mk \ $(commands_recovery_local_path)/dosfstools/Android.mk \ $(commands_recovery_local_path)/etc/Android.mk \ $(commands_recovery_local_path)/toybox/Android.mk \ + $(commands_recovery_local_path)/simg2img/Android.mk \ $(commands_recovery_local_path)/libpixelflinger/Android.mk ifeq ($(TW_INCLUDE_CRYPTO), true) |