commit | 553966cbad05909c769dfbaab4a0405fa86f2e42 | [log] [tgz] |
---|---|---|
author | big biff <bigbiff@teamw.in> | Sun May 13 17:02:02 2018 +0200 |
committer | Gerrit Code Review <gerrit2@gerrit.omnirom.org> | Sun May 13 17:02:02 2018 +0200 |
tree | cad468575206c471eff3b00433436bf95da6c40f | |
parent | e4bdc280492b6f5d02a7b99e16ee1ff7ccf5ef10 [diff] | |
parent | cc825781e77f89dbc25a40b923baf89e4587581f [diff] |
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>