From 951f959ec626c485e15e7c533959e9865ea35f62 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Sun, 17 May 2020 20:27:33 +0100 Subject: 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 --- service/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') 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", -- cgit v1.2.3