Merge "frameworks/base: use proper nativehelper headers" am: 80c9a74da8 am: d4a4d12451

am: c840945a78

Change-Id: I654e14f0d1b495450db81592a2e564e308746350
This commit is contained in:
Steven Moreland
2017-07-20 03:05:02 +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>