diff options
author | Paul Duffin <paulduffin@google.com> | 2020-05-30 14:32:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-30 14:32:08 +0000 |
commit | 7c8441932eae9212fae6157d3ca07b480254cee1 (patch) | |
tree | 7be5929f0814ff66263a411823705d962990652e /service | |
parent | 5ffdde0df51ceab25f97ee4ac87a2814a2d7640c (diff) | |
parent | 951f959ec626c485e15e7c533959e9865ea35f62 (diff) |
Merge "Compile wifi-service against framework-wifi.impl" into rvc-dev
Diffstat (limited to 'service')
-rw-r--r-- | service/Android.bp | 2 |
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", |