summaryrefslogtreecommitdiffstats
path: root/crypto/scrypt/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scrypt/Android.mk')
-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)