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

Commit 99cb134b authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "ScopedUtfChars: use proper nativehelper headers" am: 75c9e4d5

am: e04a0bf5

Change-Id: I3e4e01a5e328ede527ee49d36ac828205994639d
parents e4f02db2 e04a0bf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include <jni.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedPrimitiveArray.h>
#include <ScopedUtfChars.h>
#include <nativehelper/ScopedUtfChars.h>
#include <utils/Log.h>
#include <utils/Looper.h>
#include <utils/StrongPointer.h>
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <media/stagefright/PersistentSurface.h>
#include <utils/threads.h>

#include <ScopedUtfChars.h>
#include <nativehelper/ScopedUtfChars.h>

#include "jni.h"
#include "JNIHelp.h"