summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-03-03 19:43:38 +0100
committerMichael Bestas <mkbestas@lineageos.org>2018-04-22 20:57:35 +0200
commit01396f1b1332b31637d073c159327c1833bba9c3 (patch)
tree6309dca9a79d3aaae3e5fb6b31a58131b98790a1
parentotafault/tests: Replace pathmap with commands_recovery_local_path (diff)
downloadandroid_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar.gz
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar.bz2
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar.lz
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar.xz
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.tar.zst
android_bootable_recovery-01396f1b1332b31637d073c159327c1833bba9c3.zip
-rw-r--r--crypto/scrypt/tests/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/scrypt/tests/Android.mk b/crypto/scrypt/tests/Android.mk
index c20b41da9..b49d8a1f2 100644
--- a/crypto/scrypt/tests/Android.mk
+++ b/crypto/scrypt/tests/Android.mk
@@ -8,9 +8,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SRC_FILES:= \
scrypt_test.cpp
-LOCAL_C_INCLUDES := \
- external/gtest/include \
- external/scrypt/lib/crypto
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/../lib/crypto
LOCAL_SHARED_LIBRARIES := \
libcrypto