summaryrefslogtreecommitdiff
path: root/libs/hwui/jni/BitmapFactory.cpp
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2020-06-02 13:22:06 +0100
committerOrion Hodson <oth@google.com>2020-06-24 12:46:47 +0000
commit864d304156d1ef8985ee39c3c1858349b133b365 (patch)
tree6dbb05c6f946b28704934996f39663b25bd98fa6 /libs/hwui/jni/BitmapFactory.cpp
parentad91817d2b86cb4c5e55f99fcb90a51c8fa9f1e0 (diff)
Update to use nativehelper/JNIPlatformHelp.h
Reflects refactoring of JNI helper code that depends on private methods within libnativehelper. Bug: 151443957 Test: Treehugger Change-Id: I7af128f42ae89a77a8e3fb113ea533331153c535 Merged-In: I7af128f42ae89a77a8e3fb113ea533331153c535 Exempt-From-Owner-Approval: cherry pick (cherry picked from commit 329c612e3d5ae440bf13e1f5fc9a4012263524e9)
Diffstat (limited to 'libs/hwui/jni/BitmapFactory.cpp')
-rw-r--r--libs/hwui/jni/BitmapFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/jni/BitmapFactory.cpp b/libs/hwui/jni/BitmapFactory.cpp
index d4e27d812500..e8e89d81bdb7 100644
--- a/libs/hwui/jni/BitmapFactory.cpp
+++ b/libs/hwui/jni/BitmapFactory.cpp
@@ -16,7 +16,7 @@
#include "Utils.h"
#include <HardwareBitmapUploader.h>
-#include <nativehelper/JNIHelp.h>
+#include <nativehelper/JNIPlatformHelp.h>
#include <androidfw/Asset.h>
#include <androidfw/ResourceTypes.h>
#include <cutils/compiler.h>