summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-01-03 14:23:56 -0800
committerDavid Su <dysu@google.com>2020-01-03 14:23:56 -0800
commit7f0d3862863b6a6d4cc7a4f76a0d2bf9d2874921 (patch)
tree2fc2db8a329dcdebbf05c320f4e821fa97d8d2d9
parent07284f8f3a3554de9068f1a49f5a662573f16354 (diff)
Wifi: Add java_api_finder plugin
Add java_api_finder to find APIs that wifi-service depends on. Bug: 146163587 Test: none Change-Id: I345e223e254a3729bba82a189c6466998016f4da
-rw-r--r--service/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 25ec4dc64..2cf088911 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -152,6 +152,8 @@ java_library {
},
init_rc: ["wifi.rc"],
+
+ plugins: ["java_api_finder"],
}
// Westworld auto-generated code