diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-12-22 04:54:00 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2014-12-22 04:55:24 +0100 |
commit | 960f030b4163e71c63b251250659718655edcac1 (patch) | |
tree | b32474605878f4c2c8c232dfe3058ee2f4afa57a /twrpTarMain | |
parent | Fix else if and maxFileSize initializer. (diff) | |
download | android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar.gz android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar.bz2 android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar.lz android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar.xz android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.tar.zst android_bootable_recovery-960f030b4163e71c63b251250659718655edcac1.zip |
Diffstat (limited to 'twrpTarMain')
-rw-r--r-- | twrpTarMain/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twrpTarMain/Android.mk b/twrpTarMain/Android.mk index 5cd6fe109..6dd7d155c 100644 --- a/twrpTarMain/Android.mk +++ b/twrpTarMain/Android.mk @@ -30,7 +30,7 @@ endif LOCAL_MODULE:= twrpTar_static LOCAL_FORCE_STATIC_EXECUTABLE := true -LOCAL_MODULE_TAGS:= eng +LOCAL_MODULE_TAGS:= optional LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities include $(BUILD_EXECUTABLE) @@ -65,7 +65,7 @@ else endif LOCAL_MODULE:= twrpTar -LOCAL_MODULE_TAGS:= eng +LOCAL_MODULE_TAGS:= optional LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities include $(BUILD_EXECUTABLE) |