diff options
author | Jesse Hall <jessehall@google.com> | 2014-05-19 20:54:49 -0700 |
---|---|---|
committer | Jesse Hall <jessehall@google.com> | 2014-05-20 13:31:05 -0700 |
commit | 391109083f683c990bdbc5ca3a5f521a9a3fc98d (patch) | |
tree | c8427dde30a5125b43266d85be1ed9094f9a45a5 | |
parent | 0232d3d11c0c2e9c2ee4f637778d19c8f042cb89 (diff) | |
download | frameworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.zip frameworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.tar.gz frameworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.tar.bz2 |
opengl: Fix include style in generated JNI code
Bug: 15028495
Change-Id: Ie38d398751a374f11bef8944a2aa0f8311934911
-rw-r--r-- | opengl/tools/glgen/stubs/gles11/common.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/common.cpp b/opengl/tools/glgen/stubs/gles11/common.cpp index c5a7a24..f7bcb9d 100644 --- 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> |