summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 01:53:51 +0200
committerMichael Bestas <mkbestas@lineageos.org>2018-04-22 20:57:35 +0200
commitcc825781e77f89dbc25a40b923baf89e4587581f (patch)
tree297698b73f1307ec90ac99d431daca01ff64e667
parentscrypt doesn't need <machine/cpu-features.h>. (diff)
downloadandroid_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar.gz
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar.bz2
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar.lz
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar.xz
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.tar.zst
android_bootable_recovery-cc825781e77f89dbc25a40b923baf89e4587581f.zip
-rw-r--r--crypto/scrypt/tests/scrypt_test.cpp2
1 files changed, 1 insertions, 1 deletions
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 <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include <utils/Log.h>
#include <gtest/gtest.h>