OSDN Git Service

opengl: Fix include style in generated JNI code
authorJesse Hall <jessehall@google.com>
Tue, 20 May 2014 03:54:49 +0000 (20:54 -0700)
committerJesse Hall <jessehall@google.com>
Tue, 20 May 2014 20:31:05 +0000 (13:31 -0700)
Bug: 15028495
Change-Id: Ie38d398751a374f11bef8944a2aa0f8311934911

opengl/tools/glgen/stubs/gles11/common.cpp

index c5a7a24..f7bcb9d 100644 (file)
@@ -1,5 +1,5 @@
-#include "jni.h"
-#include "JNIHelp.h"
+#include <jni.h>
+#include <JNIHelp.h>
 #include <android_runtime/AndroidRuntime.h>
 #include <utils/misc.h>
 #include <assert.h>