diff options
author | Steven Moreland <smoreland@google.com> | 2017-07-19 01:53:51 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2018-04-22 20:57:35 +0200 |
commit | cc825781e77f89dbc25a40b923baf89e4587581f (patch) | |
tree | 297698b73f1307ec90ac99d431daca01ff64e667 /crypto | |
parent | scrypt doesn't need <machine/cpu-features.h>. (diff) | |
download | android_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 |
Diffstat (limited to 'crypto')
-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> |