summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-05-17 20:27:33 +0100
committerPaul Duffin <paulduffin@google.com>2020-05-29 10:46:46 +0100
commit951f959ec626c485e15e7c533959e9865ea35f62 (patch)
treed2316f89aed54588cf36b19fe7165b9a81ef4322 /service
parente1273d71ef5e5b4615e02aabad0b770c90b4ba15 (diff)
Compile wifi-service against framework-wifi.impl
Previously, "framework-wifi" was the implementation library. Switching to java_sdk_library means that references to "framework-wifi" will usually be resolved to the stubs. This change explicitly depends on the implementation. This is safe to do because the "wifi-service" and "framework-wifi" are in the same APEX. Test: m droid Bug: 155164730 Change-Id: Ica6b99bf42e6371c1d1837008ec30add6f89c150
Diffstat (limited to 'service')
-rw-r--r--service/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 75dff3264..e721f8cc2 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -105,7 +105,7 @@ java_library {
// need to include `libs` so that Soong doesn't complain about missing classes after jarjaring
libs: [
- "framework-wifi",
+ "framework-wifi.impl",
],
sdk_version: "system_server_current",