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

Commit 98f40c71 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: I3e58d478a2eb17b19db540414545a3c1f9c381af
parent 59a6b078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
#define LOG_TAG "Midi-JNI"

#include <android_util_Binder.h>
#include <jni.h>
#include <midi_internal.h>
#include <nativehelper/jni.h>
#include <utils/Log.h>

using namespace android;