Add framework-annotations-lib to Wifi service deps

services.net-module-wifi used to get framework annotations through
networkstack-client. This is being cleaned up, so it needs to use
framework-annotations-lib instead.

services.net-module-wifi is actually part of the Wifi module, even
though it is a legacy library left in frameworks/base.

Test: m
Original-Change: https://android-review.googlesource.com/1875776
Merged-In: Icf169e3188ab7b6fa6ee306092b380c833c3f4bb
Change-Id: Icf169e3188ab7b6fa6ee306092b380c833c3f4bb
This commit is contained in:
Remi NGUYEN VAN
2021-11-02 07:05:23 +00:00
parent 2fa829eb9c
commit e98518ad17

View File

@@ -41,6 +41,7 @@ java_library {
sdk_version: "module_current", sdk_version: "module_current",
min_sdk_version: "30", min_sdk_version: "30",
libs: [ libs: [
"framework-annotations-lib",
"unsupportedappusage", "unsupportedappusage",
"framework-wifi-util-lib", "framework-wifi-util-lib",
"framework-connectivity", "framework-connectivity",