external/scrypt: use proper nativehelper headers
libnativeheader exports headers under nativeheader. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using external/scrypt find headers Bug: 63762847 Change-Id: I9baf896015a1920f8a26daa2a0c549169628890f
This commit is contained in:
committed by
Michael Bestas
parent
87b59b88f7
commit
cc825781e7
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#define LOG_TAG "scrypt_test"
|
||||
#include <UniquePtr.h>
|
||||
#include <nativehelper/UniquePtr.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
Reference in New Issue
Block a user