commit | 01396f1b1332b31637d073c159327c1833bba9c3 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Mar 03 10:43:38 2016 -0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun Apr 22 21:57:35 2018 +0300 |
tree | 6309dca9a79d3aaae3e5fb6b31a58131b98790a1 | |
parent | 43ee7e7354d941cce7862b29f2b33df0f8beca1b [diff] |
scrypt: Don't hardcode gtest path. Bug: http://b/16574165 Change-Id: Ieb63fb6a73f0fb2ab3260bc5eabca7d86d892fbd
diff --git a/crypto/scrypt/tests/Android.mk b/crypto/scrypt/tests/Android.mk index c20b41d..b49d8a1 100644 --- a/crypto/scrypt/tests/Android.mk +++ b/crypto/scrypt/tests/Android.mk
@@ -8,9 +8,7 @@ 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