summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-02-22 22:26:35 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-22 22:28:28 +0100
commit43681d4497d2ba28e409263a4c91d8190dfbddcb (patch)
treee5d6138797539c921dcfb3653f9a1eb41f814532
parentMerge "mtdutils: add bml_over_mtd target for aries/p1 builds" into twrp2.4 (diff)
downloadandroid_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar.gz
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar.bz2
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar.lz
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar.xz
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.tar.zst
android_bootable_recovery-43681d4497d2ba28e409263a4c91d8190dfbddcb.zip
-rw-r--r--updater/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 8f20b339b..89f4b99ff 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -24,6 +24,12 @@ LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
libext4_utils \
libz
+ifneq ($(wildcard system/core/libmincrypt/rsa_e_3.c),)
+LOCAL_STATIC_LIBRARIES = \
+ libext4_utils_static \
+ libsparse_static \
+ libz
+endif
endif
ifeq ($(HAVE_SELINUX), true)