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

Commit 124acec8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d56b01e0 849252c4
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>

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