Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23bfa224 authored by Steven Moreland's avatar Steven Moreland
Browse files

Reference nativehelper/jni.h as jni.h

nativehelper will no longer export nativehelper/jni.h so that everywhere
can reference this file with the same name.

Bug: 63762847
Change-Id: Ifc3a3feb7578fd1352c25a3f55884ab75f337039
parent 4bd6f567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// OpenGL ES 2.0 code

#include <nativehelper/jni.h>
#include <jni.h>
#define LOG_TAG "GL2JNI gl_code.cpp"
#include <utils/Log.h>

+1 −1
Original line number Diff line number Diff line
// OpenGL ES 1.0 code

#include <nativehelper/jni.h>
#include <jni.h>
#define LOG_TAG "GLJNI gl_code.cpp"
#include <utils/Log.h>

+1 −1
Original line number Diff line number Diff line
// OpenGL ES 2.0 code

#include <nativehelper/jni.h>
#include <jni.h>
#define LOG_TAG "GLPerf gl_code.cpp"
#include <utils/Log.h>

+1 −1
Original line number Diff line number Diff line
// OpenGL ES 2.0 code

#include <nativehelper/jni.h>
#include <jni.h>
#define LOG_TAG "GL2JNI gl_code.cpp"
#include <utils/Log.h>