diff options
author | Steven Moreland <smoreland@google.com> | 2017-08-02 15:30:37 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-02 15:30:37 +0000 |
commit | 795bcc5b756e5b892194864682152c9cb1ca7f29 (patch) | |
tree | c1d247a755691e3c33a932797d359722e790d009 /cmds/hid | |
parent | 5a4b06803d6d8c7520c5c5774ea4187bbd7602e5 (diff) | |
parent | 81972a18e4b6a546616c3d3a522485806816d5fe (diff) |
Merge "com.android.server: use proper nativehelper headers" into stage-aosp-master am: 7d7c269944
am: 81972a18e4
Change-Id: Id008ba3508c972d8d27eebca22009b4823e387e0
Diffstat (limited to 'cmds/hid')
-rw-r--r-- | cmds/hid/jni/com_android_commands_hid_Device.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/hid/jni/com_android_commands_hid_Device.cpp b/cmds/hid/jni/com_android_commands_hid_Device.cpp index 107dc863ef66..9d442126fac4 100644 --- a/cmds/hid/jni/com_android_commands_hid_Device.cpp +++ b/cmds/hid/jni/com_android_commands_hid_Device.cpp @@ -27,8 +27,8 @@ #include <unistd.h> #include <jni.h> -#include <JNIHelp.h> -#include <ScopedPrimitiveArray.h> +#include <nativehelper/JNIHelp.h> +#include <nativehelper/ScopedPrimitiveArray.h> #include <ScopedUtfChars.h> #include <android/looper.h> #include <android/log.h> |