Merge "Remove unnecessary dependency on libnativehelper"

This commit is contained in:
Orion Hodson
2020-06-09 12:15:03 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ LOCAL_SHARED_LIBRARIES := \
libandroid \
libandroid_runtime \
libandroidfw \
libnativehelper \
libRS \
libcutils \
libhwui \

View File

@@ -31,7 +31,6 @@
#include <android-base/macros.h>
#include "jni.h"
#include <nativehelper/JNIHelp.h>
#include <android/graphics/bitmap.h>
#include "android_runtime/AndroidRuntime.h"
#include "android_runtime/android_view_Surface.h"