Merge "frameworks/base: use proper nativehelper headers" am: 14be5aa9dd am: cfcb8bb224 am: c840945a78

am: 3c8fb393e1

Change-Id: Ibe321dd4a8aae9342c76da0780edf94b90e8cd3a
This commit is contained in:
Steven Moreland
2017-07-20 03:11:00 +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>