diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-02-11 18:44:06 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-02-12 16:15:11 +0100 |
commit | 50381976ff146d25f71c800ebda18a02be456fa2 (patch) | |
tree | b064ea9396bf9df9e586509d8c25dcb4eeec7479 /Android.mk | |
parent | Add rule to make libopenaes_static (diff) | |
download | android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.gz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.bz2 android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.lz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.xz android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.tar.zst android_bootable_recovery-50381976ff146d25f71c800ebda18a02be456fa2.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 4ab358a9d..c6c7f3c40 100644 --- a/Android.mk +++ b/Android.mk @@ -353,7 +353,8 @@ include $(commands_recovery_local_path)/injecttwrp/Android.mk \ $(commands_recovery_local_path)/minuitwrp/Android.mk \ $(commands_recovery_local_path)/openaes/Android.mk \ $(commands_recovery_local_path)/toolbox/Android.mk \ - $(commands_recovery_local_path)/libmincrypt/Android.mk + $(commands_recovery_local_path)/libmincrypt/Android.mk \ + $(commands_recovery_local_path)/twrpTarMain/Android.mk ifeq ($(TW_INCLUDE_CRYPTO_SAMSUNG), true) include $(commands_recovery_local_path)/crypto/libcrypt_samsung/Android.mk |