Merge "frameworks/base: use proper nativehelper headers"

This commit is contained in:
Treehugger Robot
2017-07-20 02:42:49 +00:00
committed by Gerrit Code Review

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>