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:
Steven Moreland
2017-07-18 16:53:51 -07:00
committed by Michael Bestas
parent 87b59b88f7
commit cc825781e7
+1 -1
View File
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "scrypt_test"
#include <UniquePtr.h>
#include <nativehelper/UniquePtr.h>
#include <utils/Log.h>
#include <gtest/gtest.h>