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

am: e04a0bf5c7

Change-Id: I3e4e01a5e328ede527ee49d36ac828205994639d
This commit is contained in:
Steven Moreland
2017-08-11 21:24:02 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"