summaryrefslogtreecommitdiff
path: root/cmds/hid
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-08-10 15:55:12 -0700
committerSteven Moreland <smoreland@google.com>2017-08-10 23:00:10 +0000
commit65e2ca280897dd9902b8aeba7edd6cbe44e3aef3 (patch)
treebb9af39c16f1a1eb742ff89b48d22bf9eae3f695 /cmds/hid
parent2436cb76b9b732a55ca85f212624f378afee3729 (diff)
ScopedUtfChars: use proper nativehelper headers
libnativehelper exports headers under nativehelper. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using ScopedUtfChars find headers Bug: 63762847 Change-Id: I5e9f2b56f569b83ece0d854f7066655e1d64cc65
Diffstat (limited to 'cmds/hid')
-rw-r--r--cmds/hid/jni/com_android_commands_hid_Device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/hid/jni/com_android_commands_hid_Device.cpp b/cmds/hid/jni/com_android_commands_hid_Device.cpp
index 9d442126fac4..5cc4fc4c16b2 100644
--- a/cmds/hid/jni/com_android_commands_hid_Device.cpp
+++ b/cmds/hid/jni/com_android_commands_hid_Device.cpp
@@ -29,7 +29,7 @@
#include <jni.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedPrimitiveArray.h>
-#include <ScopedUtfChars.h>
+#include <nativehelper/ScopedUtfChars.h>
#include <android/looper.h>
#include <android/log.h>