From f53501098cf8687de9d6fc5cb34681a14c2985e8 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 28 Jul 2017 10:21:47 -0700 Subject: SurfaceTexture.cpp: use proper nativehelper headers libnativehelper exports headers under nativehelper. These were available before incorrectly as global headers in order to give access to jni.h. Test: SurfaceTexture.cpp finds headers Bug: 63762847 Change-Id: I3ec1b888c226c2894649d9f9a8f8203891c1ab02 (cherry picked from commit 849252c469396a759c394dc6382470a6a07d6587) --- core/jni/android/graphics/SurfaceTexture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/jni/android/graphics/SurfaceTexture.cpp b/core/jni/android/graphics/SurfaceTexture.cpp index 9242b70a7e9a..d098a355085e 100644 --- a/core/jni/android/graphics/SurfaceTexture.cpp +++ b/core/jni/android/graphics/SurfaceTexture.cpp @@ -34,8 +34,8 @@ #include #include "jni.h" -#include "JNIHelp.h" -#include "ScopedLocalRef.h" +#include +#include // ---------------------------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b