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

Commit e8486deb authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Use module_current in NetworkStackDevApiLevel

Module should use module_current to access module_lib APIs.
Update it from system_current to module_current and add the libs
dependencies accordingly.

Test: m ; atest FrameworksNetTest
Change-Id: Icd69016029299054a0f84655311ae275327805fa
parent f354e205
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -61,7 +61,13 @@ java_defaults {
java_defaults {
    name: "NetworkStackDevApiLevel",
    min_sdk_version: "29",
    sdk_version: "system_current",
    sdk_version: "module_current",
    libs: [
        "framework-connectivity",
        "framework-connectivity-t.stubs.module_lib",
        "framework-statsd",
        "framework-wifi",
    ]
}

java_defaults {