commit | bf52e0c8b45615f53c071b31843efff134229814 | [log] [tgz] |
---|---|---|
author | Satish kumar sugasi <ssugas@codeaurora.org> | Wed Feb 28 19:43:22 2018 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Mar 14 17:15:16 2018 -0700 |
tree | c3e407dc9c3b37b5ac63475bc42d768ade57503b | |
parent | 883056f1be85471b1093aea6c54c24946a40bd69 [diff] |
Add new JNI helper header Change-Id: I086fcea84402bc65412e65523b5aa8ef032fcb0f
diff --git a/jni/android_hardware_fm.cpp b/jni/android_hardware_fm.cpp index 628559c..e71e535 100644 --- a/jni/android_hardware_fm.cpp +++ b/jni/android_hardware_fm.cpp
@@ -29,7 +29,7 @@ #define LOG_TAG "android_hardware_fm" #include "jni.h" -#include "JNIHelp.h" +#include <nativehelper/JNIHelp.h> #include <utils/Log.h> #include "utils/misc.h" #include "FmIoctlsInterface.h"