summaryrefslogtreecommitdiff
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
commitdf68d8f8b694c0dcbc9e91526a183b85335e7fa8 (patch)
tree1caced1cf95f9853330705a6e9444302ec529f45
parent29565ce1f9219e66b7fb40063d49d14bb84ba606 (diff)
downloadkeymaster-df68d8f8b694c0dcbc9e91526a183b85335e7fa8.tar.gz
hardware/qcom/keymaster: 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/qcom/keymaster find headers Bug: 63762847 Change-Id: I93fbf5c3f01e8d57edd368f612d0cc8cb0daf179
-rw-r--r--keymaster_qcom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster_qcom.cpp b/keymaster_qcom.cpp
index ff61319..b7ec9ce 100644
--- a/keymaster_qcom.cpp
+++ b/keymaster_qcom.cpp
@@ -42,7 +42,7 @@
#include <sys/stat.h>
#include <dlfcn.h>
-#include <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include "QSEEComAPI.h"
#include "keymaster_qcom.h"