Merge "frameworks/base: use proper nativehelper headers"

am: 80c9a74da8

Change-Id: I36f10ff4d963284a313f1cc5b368f82549a4adb2
This commit is contained in:
Steven Moreland
2017-07-20 02:50:53 +00:00
committed by android-build-merger

View File

@@ -17,7 +17,7 @@
#define LOG_TAG "NetUtils"
#include "jni.h"
#include "JNIHelp.h"
#include <nativehelper/JNIHelp.h>
#include "NetdClient.h"
#include <utils/misc.h>
#include <android_runtime/AndroidRuntime.h>