OSDN Git Service

Reference nativehelper/jni.h as jni.h
authorSteven Moreland <smoreland@google.com>
Mon, 17 Jul 2017 19:08:45 +0000 (12:08 -0700)
committerSteven Moreland <smoreland@google.com>
Mon, 17 Jul 2017 19:08:45 +0000 (12:08 -0700)
nativehelper will no longer export nativehelper/jni.h so that everywhere
can reference this file with the same name.

Bug: 63762847
Change-Id: Ifc3a3feb7578fd1352c25a3f55884ab75f337039

opengl/tests/gl2_jni/jni/gl_code.cpp
opengl/tests/gl_jni/jni/gl_code.cpp
opengl/tests/gl_perfapp/jni/gl_code.cpp
opengl/tests/gldual/jni/gl_code.cpp

index ed896a4..c4180d4 100644 (file)
@@ -1,6 +1,6 @@
 // OpenGL ES 2.0 code
 
-#include <nativehelper/jni.h>
+#include <jni.h>
 #define LOG_TAG "GL2JNI gl_code.cpp"
 #include <utils/Log.h>
 
index cf86020..48944e0 100644 (file)
@@ -1,6 +1,6 @@
 // OpenGL ES 1.0 code
 
-#include <nativehelper/jni.h>
+#include <jni.h>
 #define LOG_TAG "GLJNI gl_code.cpp"
 #include <utils/Log.h>
 
index 378c8e8..946ee07 100644 (file)
@@ -1,6 +1,6 @@
 // OpenGL ES 2.0 code
 
-#include <nativehelper/jni.h>
+#include <jni.h>
 #define LOG_TAG "GLPerf gl_code.cpp"
 #include <utils/Log.h>
 
index 22867ed..3b11400 100644 (file)
@@ -1,6 +1,6 @@
 // OpenGL ES 2.0 code
 
-#include <nativehelper/jni.h>
+#include <jni.h>
 #define LOG_TAG "GL2JNI gl_code.cpp"
 #include <utils/Log.h>