summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbig biff <bigbiff@teamw.in>2018-05-13 17:02:02 +0200
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2018-05-13 17:02:02 +0200
commit553966cbad05909c769dfbaab4a0405fa86f2e42 (patch)
treecad468575206c471eff3b00433436bf95da6c40f
parentMerge "scrypt doesn't need <machine/cpu-features.h>." into android-8.1 (diff)
parentexternal/scrypt: use proper nativehelper headers (diff)
downloadandroid_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar.gz
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar.bz2
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar.lz
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar.xz
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.tar.zst
android_bootable_recovery-553966cbad05909c769dfbaab4a0405fa86f2e42.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>