From cc825781e77f89dbc25a40b923baf89e4587581f Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 18 Jul 2017 16:53:51 -0700 Subject: external/scrypt: use proper nativehelper headers libnativeheader exports headers under nativeheader. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using external/scrypt find headers Bug: 63762847 Change-Id: I9baf896015a1920f8a26daa2a0c549169628890f --- crypto/scrypt/tests/scrypt_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/scrypt/tests/scrypt_test.cpp') diff --git a/crypto/scrypt/tests/scrypt_test.cpp b/crypto/scrypt/tests/scrypt_test.cpp index ffb568df9..7dfffe349 100644 --- a/crypto/scrypt/tests/scrypt_test.cpp +++ b/crypto/scrypt/tests/scrypt_test.cpp @@ -15,7 +15,7 @@ */ #define LOG_TAG "scrypt_test" -#include +#include #include #include -- cgit v1.2.3