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

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

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

am: 124acec8

Change-Id: I1b9f55ed3661a440b89a7820bf4d1b9c66f240af
parents a2ca184e 124acec8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>

// ----------------------------------------------------------------------------