OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0232d3d
)
opengl: Fix include style in generated JNI code
author
Jesse Hall
<jessehall@google.com>
Tue, 20 May 2014 03:54:49 +0000
(20:54 -0700)
committer
Jesse 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
patch
|
blob
|
history
diff --git
a/opengl/tools/glgen/stubs/gles11/common.cpp
b/opengl/tools/glgen/stubs/gles11/common.cpp
index
c5a7a24
..
f7bcb9d
100644
(file)
--- a/
opengl/tools/glgen/stubs/gles11/common.cpp
+++ b/
opengl/tools/glgen/stubs/gles11/common.cpp
@@
-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>