From c206662f5bae8b49cf6aff8f0f202dccb801225d Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Tue, 2 Jun 2020 13:22:06 +0100 Subject: [PATCH] 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) --- core/jni/android_net_NetUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/jni/android_net_NetUtils.cpp b/core/jni/android_net_NetUtils.cpp index d4805acb06..e56809f66d 100644 --- a/core/jni/android_net_NetUtils.cpp +++ b/core/jni/android_net_NetUtils.cpp @@ -30,7 +30,7 @@ #include // NETID_USE_LOCAL_NAMESERVERS #include #include -#include +#include #include #include #include