summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob <spirit2457@gmail.com>2014-11-06 21:39:32 +0100
committerDees Troy <dees_troy@teamw.in>2014-11-06 22:16:31 +0100
commit12f1187e7f6be488b8f966c1fda5c6e6142e3355 (patch)
treec6a610183dbd5e98405d9416eb61e79803a274b6
parentRevert to old libminui and fix up (diff)
downloadandroid_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar.gz
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar.bz2
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar.lz
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar.xz
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.tar.zst
android_bootable_recovery-12f1187e7f6be488b8f966c1fda5c6e6142e3355.zip
-rw-r--r--crypto/scrypt/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/scrypt/Android.mk b/crypto/scrypt/Android.mk
index 7fa96d06e..d06135a1e 100644
--- a/crypto/scrypt/Android.mk
+++ b/crypto/scrypt/Android.mk
@@ -1,4 +1,5 @@
LOCAL_PATH := $(call my-dir)
+include $(call all-named-subdir-makefiles,tests)
# Enable to be able to use ALOG* with #include "cutils/log.h"
#log_c_includes += system/core/include
@@ -9,5 +10,3 @@ LOCAL_PATH := $(call my-dir)
# that import_openssl.sh import won't remove them.
include $(LOCAL_PATH)/build-config.mk
include $(LOCAL_PATH)/Scrypt.mk
-
-include $(call all-named-subdir-makefiles,tests)