summaryrefslogtreecommitdiffstats
path: root/service/jni
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-12-14 13:22:11 -0800
committerColin Cross <ccross@android.com>2016-12-14 13:24:35 -0800
commit0582f33392a7c37853d57bd636f2b3f37b44ce7b (patch)
treec5439214e6b2988305e9d899107ab6fe49f27d5f /service/jni
parent79c9eb4cfa9b7a45fc4f26ec2ed304f5b76fb9ff (diff)
downloadandroid_frameworks_opt_net_wifi-0582f33392a7c37853d57bd636f2b3f37b44ce7b.tar.gz
android_frameworks_opt_net_wifi-0582f33392a7c37853d57bd636f2b3f37b44ce7b.tar.bz2
android_frameworks_opt_net_wifi-0582f33392a7c37853d57bd636f2b3f37b44ce7b.zip
Remove unused AndroidRuntime.h include
AndroidRuntime.h is not used, remove it. AndroidRuntime.h will not be available without a dependency on libandroid_runtime. Bug: 33630870 Test: m -j native Change-Id: If53dacaa4efcfa65ae5e6240159409b8b0453f67
Diffstat (limited to 'service/jni')
-rw-r--r--service/jni/jni_helper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/jni/jni_helper.cpp b/service/jni/jni_helper.cpp
index cf0608462..ba3f40d8e 100644
--- a/service/jni/jni_helper.cpp
+++ b/service/jni/jni_helper.cpp
@@ -16,7 +16,6 @@
#define LOG_TAG "wifi"
-#include <android_runtime/AndroidRuntime.h>
#include <hardware_legacy/wifi_hal.h>
#include <nativehelper/ScopedUtfChars.h>
#include <nativehelper/jni.h>