diff options
author | big biff <bigbiff@teamw.in> | 2018-05-13 17:02:02 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit.omnirom.org> | 2018-05-13 17:02:02 +0200 |
commit | 553966cbad05909c769dfbaab4a0405fa86f2e42 (patch) | |
tree | cad468575206c471eff3b00433436bf95da6c40f | |
parent | Merge "scrypt doesn't need <machine/cpu-features.h>." into android-8.1 (diff) | |
parent | external/scrypt: use proper nativehelper headers (diff) | |
download | android_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.cpp | 2 |
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> |