commit | e53587b42207c90f3017b4e49d33c568a3c44f00 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Tue Feb 02 15:33:33 2021 +0000 |
committer | Orion Hodson <oth@google.com> | Tue Feb 02 19:20:31 2021 +0000 |
tree | e460f11b259132828e5f16880e3ae5b25f3b6aa3 | |
parent | 58144273809dc92c36f901190cc825e1739de2bd [diff] [blame] |
nativedisplay: drop unused dependency on libnativehelper Bug: 179115178 Test: m Change-Id: I3a9f277d27e69b0ff6e9c29c3e2a8a6a7179b9a9
diff --git a/libs/nativedisplay/surfacetexture/surface_texture.cpp b/libs/nativedisplay/surfacetexture/surface_texture.cpp index ebe4484..c214ab7 100644 --- a/libs/nativedisplay/surfacetexture/surface_texture.cpp +++ b/libs/nativedisplay/surfacetexture/surface_texture.cpp
@@ -29,8 +29,7 @@ #include <mutex> #include <jni.h> -#include <nativehelper/JNIHelp.h> -#include <nativehelper/ScopedLocalRef.h> +#include <nativehelper/scoped_local_ref.h> struct ASurfaceTexture { android::sp<android::SurfaceTexture> consumer;