From 12f1187e7f6be488b8f966c1fda5c6e6142e3355 Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 6 Nov 2014 20:39:32 +0000 Subject: Recovery: Fix my-dir must be called before including any other makefile Change-Id: I70c867961ae779bd99839e4ce7cb1dc8d154158f --- crypto/scrypt/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3