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

Commit 39110908 authored by Jesse Hall's avatar Jesse Hall
Browse files

opengl: Fix include style in generated JNI code

Bug: 15028495
Change-Id: Ie38d398751a374f11bef8944a2aa0f8311934911
parent 0232d3d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#include "jni.h"
#include "JNIHelp.h"
#include <jni.h>
#include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>
#include <utils/misc.h>
#include <assert.h>