summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:07:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:07:45 +0000
commit581021037c04fb2cd8dcbfd643cd9b9545f6a2b2 (patch)
treef6106201e218a92de3b7504ddbbd6e6c37069d74
parenta0a2dc382ec2a270553ae152e1abd308c708854e (diff)
parenta1026771ccb71c69a4b31d726473feaa32ab4e6a (diff)
downloadscrypt-581021037c04fb2cd8dcbfd643cd9b9545f6a2b2.tar.gz
Merge "external/scrypt: use proper nativehelper headers"android-o-mr1-preview-2android-o-mr1-preview-1
am: a1026771cc Change-Id: Ic67ebd42bf2aa2ea81a52d013241baea333136aa
-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>