From b9e50d94d1c8c559d788fd7289732ba7243a16ec Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 19 Jul 2017 09:50:45 -0700 Subject: [PATCH] frameworks/base: use proper nativehelper headers libnativehelper exports headers under nativehelper. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using frameworks/base find headers Bug: 63762847 Change-Id: I0f9f231acdebe460f279135462f43d3e32eff64d --- 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 3e99521f8a..823f1cc362 100644 --- a/core/jni/android_net_NetUtils.cpp +++ b/core/jni/android_net_NetUtils.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "NetUtils" #include "jni.h" -#include "JNIHelp.h" +#include #include "NetdClient.h" #include #include