diff options
author | Steven Moreland <smoreland@google.com> | 2017-07-20 02:50:53 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-07-20 02:50:53 +0000 |
commit | 5c091dc9449b583e18656a8850a61f557dfcc945 (patch) | |
tree | db4ca724dd661b112d2bd72da67f2a91edce0850 /core/jni/AndroidRuntime.cpp | |
parent | 5f047a68d96f252772144a729f423c172ce816e4 (diff) | |
parent | 826eafd95885adbfc142f3f70ec82b4091abed85 (diff) |
Merge "frameworks/base: use proper nativehelper headers"
am: 826eafd958
Change-Id: I36f10ff4d963284a313f1cc5b368f82549a4adb2
Diffstat (limited to 'core/jni/AndroidRuntime.cpp')
-rw-r--r-- | core/jni/AndroidRuntime.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp index a1a00e5fb1b7..3fce90e410b0 100644 --- a/core/jni/AndroidRuntime.cpp +++ b/core/jni/AndroidRuntime.cpp @@ -32,8 +32,8 @@ #include <SkGraphics.h> #include "jni.h" -#include "JNIHelp.h" -#include "JniInvocation.h" +#include <nativehelper/JNIHelp.h> +#include <nativehelper/JniInvocation.h> #include "android_util_Binder.h" #include <stdio.h> |