summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-08-01 02:11:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-01 02:11:56 +0000
commit41d87310112fa0d1013f1ae02b559195c64df7c4 (patch)
tree1d300cde49ba5393970d817ee8292b9fb5dcee11
parent3d9c7fd95b997880c8e60c44f1bb7ae921253ce4 (diff)
parent740af2fef0d2c91a8f6a07b951f19a709a087ce5 (diff)
downloadutils-41d87310112fa0d1013f1ae02b559195c64df7c4.tar.gz
hardware/intel/common/utils: use proper nativehelper headers
am: 740af2fef0 Change-Id: Ida69760bd70af02b05fb1a3ade1452946308c98a
-rw-r--r--ituxd/jni/onload.cpp2
-rw-r--r--ituxd/jni/thermalJNI.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ituxd/jni/onload.cpp b/ituxd/jni/onload.cpp
index edfba47..78e06f0 100644
--- a/ituxd/jni/onload.cpp
+++ b/ituxd/jni/onload.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "JNIHelp.h"
+#include <nativehelper/JNIHelp.h>
#include "jni.h"
#include "utils/Log.h"
#include "utils/misc.h"
diff --git a/ituxd/jni/thermalJNI.cpp b/ituxd/jni/thermalJNI.cpp
index cf8148e..2a1360f 100644
--- a/ituxd/jni/thermalJNI.cpp
+++ b/ituxd/jni/thermalJNI.cpp
@@ -16,7 +16,7 @@
#define LOG_TAG "ThermalManagerJNI"
-#include "JNIHelp.h"
+#include <nativehelper/JNIHelp.h>
#include "jni.h"
#include <utils/Log.h>
#include <utils/misc.h>