Merge "scrypt: Don't hardcode gtest path." into android-8.1

This commit is contained in:
big biff
2018-05-13 16:54:21 +02:00
committed by Gerrit Code Review
+1 -3
View File
@@ -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