diff options
author | Colin Cross <ccross@android.com> | 2016-12-14 13:22:11 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2016-12-14 13:24:35 -0800 |
commit | 0582f33392a7c37853d57bd636f2b3f37b44ce7b (patch) | |
tree | c5439214e6b2988305e9d899107ab6fe49f27d5f /service | |
parent | 79c9eb4cfa9b7a45fc4f26ec2ed304f5b76fb9ff (diff) |
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')
-rw-r--r-- | service/jni/jni_helper.cpp | 1 |
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> |