summaryrefslogtreecommitdiff
path: root/core/jni/include
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-17 12:08:45 -0700
committerSteven Moreland <smoreland@google.com>2017-07-17 12:08:45 -0700
commit889f9952d8aa438d5aef6fea9046eddb38ea11b0 (patch)
tree242a579f482025d2a6e6e8689ad3c8127aa39285 /core/jni/include
parentd1ffb1343723a2cf1b8e82cde75710268fcc6a11 (diff)
Reference nativehelper/jni.h as jni.h
nativehelper will no longer export nativehelper/jni.h so that everywhere can reference this file with the same name. Bug: 63762847 Change-Id: I8d2e9587439efa2d6ab03a5bdfa749fc620759e1
Diffstat (limited to 'core/jni/include')
-rw-r--r--core/jni/include/android_runtime/AndroidRuntime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/include/android_runtime/AndroidRuntime.h b/core/jni/include/android_runtime/AndroidRuntime.h
index c2189d4af86d..3ec8b1fe903f 100644
--- a/core/jni/include/android_runtime/AndroidRuntime.h
+++ b/core/jni/include/android_runtime/AndroidRuntime.h
@@ -26,7 +26,7 @@
#include <utils/Vector.h>
#include <utils/threads.h>
#include <pthread.h>
-#include <nativehelper/jni.h>
+#include <jni.h>
namespace android {