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
Change-Id: Icf169e3188ab7b6fa6ee306092b380c833c3f4bb
This commit is contained in:
Remi NGUYEN VAN
2021-11-01 15:01:05 +09:00
parent 29f37405b0
commit 03dc2a0db7

View File

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