Merge "ScopedUtfChars: use proper nativehelper headers" into oc-dr1-dev-plus-aosp

am: 1e8d712b78

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

View File

@@ -29,7 +29,7 @@
#include <jni.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedPrimitiveArray.h>
#include <ScopedUtfChars.h>
#include <nativehelper/ScopedUtfChars.h>
#include <android/looper.h>
#include <android/log.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"