Merge "SurfaceTexture.cpp: use proper nativehelper headers" into oc-dev-plus-aosp

am: 124acec8ad

Change-Id: I1b9f55ed3661a440b89a7820bf4d1b9c66f240af
This commit is contained in:
Steven Moreland
2017-07-29 20:06:25 +00:00
committed by android-build-merger

View File

@@ -34,8 +34,8 @@
#include <utils/misc.h>
#include "jni.h"
#include "JNIHelp.h"
#include "ScopedLocalRef.h"
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>
// ----------------------------------------------------------------------------