summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-05-30 15:03:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-30 15:03:49 +0000
commitd2f84ccd4dad0a9837ca44cdfad4c6b0cbad51c2 (patch)
tree88f75cf743c64028954f5bb64f64099a42360899 /service
parent7f47a503069f87c1dbbdb385c999b85dcebf091b (diff)
parent8d08afce8458478378cf83532e671c7e73dba86d (diff)
Merge "Compile wifi-service against framework-wifi.impl" into rvc-dev am: 7c8441932e am: 8d08afce84
Change-Id: I69ee3bf5b0e6fccb9c5f168afb90b3ca085dac1a
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",