summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:10:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:10:44 +0000
commitffa182392224f333c483ffdd6c704bcb4a02994c (patch)
treef6106201e218a92de3b7504ddbbd6e6c37069d74
parenta0a2dc382ec2a270553ae152e1abd308c708854e (diff)
parent581021037c04fb2cd8dcbfd643cd9b9545f6a2b2 (diff)
downloadscrypt-ffa182392224f333c483ffdd6c704bcb4a02994c.tar.gz
Merge "external/scrypt: use proper nativehelper headers" am: a1026771cc
am: 581021037c Change-Id: Iadb6fc6102e2e03fdc88875f45a130d488c18b9b
-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>