summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-11-03 14:03:55 +0100
committerDees Troy <dees_troy@teamw.in>2013-11-03 14:06:10 +0100
commitd63c7643fd7749de1723ce1adc5907fed1c1a11c (patch)
treee849392b599e13df8d6b3c82ba562a8f50ca94fb /Android.mk
parentFix updater makefiles (diff)
downloadandroid_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.gz
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.bz2
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.lz
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.xz
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.tar.zst
android_bootable_recovery-d63c7643fd7749de1723ce1adc5907fed1c1a11c.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9781541ef..aa176136d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -289,12 +289,13 @@ include $(CLEAR_VARS)
LOCAL_MODULE := verifier_test
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_TAGS := tests
+LOCAL_C_INCLUDES := bootable/recovery/libmincrypt/includes
LOCAL_SRC_FILES := \
verifier_test.cpp \
verifier.cpp \
ui.cpp
LOCAL_STATIC_LIBRARIES := \
- libmincrypt \
+ libmincrypttwrp \
libminui \
libcutils \
libstdc++ \