Merge "external/scrypt: use proper nativehelper headers" into android-8.1
diff --git a/crypto/scrypt/tests/scrypt_test.cpp b/crypto/scrypt/tests/scrypt_test.cpp
index ffb568d..7dfffe3 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 <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
 #include <utils/Log.h>
 
 #include <gtest/gtest.h>