summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-08-01 02:18:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-01 02:18:44 +0000
commit2bbcc4354776072aab5cd4b6324a68611f551614 (patch)
treeee1ff945da9d95061c97d7d893a3e58643c6da3b
parentd495b11548c0625fc662bfcfb772198888d6df33 (diff)
parent87b12b90aa2759643da2a75b53bf46ce29c8278d (diff)
downloadutils-2bbcc4354776072aab5cd4b6324a68611f551614.tar.gz
hardware/intel/common/utils: use proper nativehelper headers am: 740af2fef0 am: 41d8731011
am: 87b12b90aa Change-Id: I712c5d5836ae8c4c8a3b354a7cb9066af2490d3a
-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>