Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03dc2a0d authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

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
parent 29f37405
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",