summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-18 16:53:52 -0700
committerSteven Moreland <smoreland@google.com>2017-07-18 16:53:52 -0700
commit1deb09d00205b1af6a5b2ac5f97cf89a01cb17c2 (patch)
treeaea3b33d03728d3504ac4425094723519858ff14 /tests
parent3fca77cec85512a978b7d0ad173dfe9519f0ef4e (diff)
downloadlibhardware-1deb09d00205b1af6a5b2ac5f97cf89a01cb17c2.tar.gz
hardware/libhardware: 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 hardware/libhardware find headers Bug: 63762847 Change-Id: I94305b7ab189ca0f3f89f4d87be2b113857f461f
Diffstat (limited to 'tests')
-rw-r--r--tests/keymaster/keymaster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/keymaster/keymaster_test.cpp b/tests/keymaster/keymaster_test.cpp
index 3040a5cb..e8fa9909 100644
--- a/tests/keymaster/keymaster_test.cpp
+++ b/tests/keymaster/keymaster_test.cpp
@@ -33,7 +33,7 @@
#define LOG_TAG "keymaster_test"
#include <utils/Log.h>
-#include <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include <hardware/keymaster0.h>