Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5c091dc944

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
164 changed files with 219 additions and 219 deletions

View File

@@ -19,8 +19,8 @@
#include <utils/Log.h>
#include <jni.h>
#include <JNIHelp.h>
#include <ScopedLocalRef.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>
#include <android_runtime/AndroidRuntime.h>
#include <drm/DrmInfo.h>