summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-07-18 18:53:54 -0500
committerSteven Moreland2017-07-18 19:03:20 -0500
commit00fe3ad7287fa62c09d9ab707c71ca9f3f7a8404 (patch)
tree166d386c339cbe93bb6378e053a25cc9562d1759 /gatekeeperd/tests
parentd13547347fb77433887be0cc6cabbcc0e9fcf63f (diff)
downloadplatform-system-core-00fe3ad7287fa62c09d9ab707c71ca9f3f7a8404.tar.gz
platform-system-core-00fe3ad7287fa62c09d9ab707c71ca9f3f7a8404.tar.xz
platform-system-core-00fe3ad7287fa62c09d9ab707c71ca9f3f7a8404.zip
system/core: 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 system/core find headers Bug: 63762847 Change-Id: I86240f7857dd815100cab32ad261aa9a0a54329c
Diffstat (limited to 'gatekeeperd/tests')
-rw-r--r--gatekeeperd/tests/gatekeeper_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatekeeperd/tests/gatekeeper_test.cpp b/gatekeeperd/tests/gatekeeper_test.cpp
index 47a8bfa9d..b3aea7b5d 100644
--- a/gatekeeperd/tests/gatekeeper_test.cpp
+++ b/gatekeeperd/tests/gatekeeper_test.cpp
@@ -19,7 +19,7 @@
19 19
20#include <gtest/gtest.h> 20#include <gtest/gtest.h>
21#include <hardware/hw_auth_token.h> 21#include <hardware/hw_auth_token.h>
22#include <UniquePtr.h> 22#include <nativehelper/UniquePtr.h>
23 23
24#include "../SoftGateKeeper.h" 24#include "../SoftGateKeeper.h"
25 25