summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-18 16:53:51 -0700
committerSteven Moreland <smoreland@google.com>2017-07-18 16:53:51 -0700
commit916c78ab6676f9842912bbb2a6f3102bce85c4ee (patch)
treef6106201e218a92de3b7504ddbbd6e6c37069d74
parentb7477d8eedb4aaf9ad5af921ea43bfe17103a23a (diff)
downloadscrypt-916c78ab6676f9842912bbb2a6f3102bce85c4ee.tar.gz
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
-rw-r--r--tests/scrypt_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrypt_test.cpp b/tests/scrypt_test.cpp
index ffb568d..7dfffe3 100644
--- a/tests/scrypt_test.cpp
+++ b/tests/scrypt_test.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "scrypt_test"
-#include <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include <utils/Log.h>
#include <gtest/gtest.h>