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

Commit cc38e1f5 authored by David Su's avatar David Su
Browse files

framework-wifi-test-defaults: use framework instead of framework-minus-apex

framework-minus-apex is now restricted visibility,
instead use framework.jar.

Bug: 138801922
Test: compiles
Change-Id: I2a33de91dbf9609b93f427f641483b74da7cf82a
parent 6395988c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -106,8 +106,10 @@ java_defaults {
    name: "framework-wifi-test-defaults",
    sdk_version: "core_platform", // tests can use @CorePlatformApi's
    libs: [
        // order matters: classes in framework-wifi are resolved before framework, meaning
        // @hide APIs in framework-wifi are resolved before @SystemApi stubs in framework
        "framework-wifi",
        "framework-minus-apex",
        "framework",

        // if sdk_version="" this gets automatically included, but here we need to add manually.
        "framework-res",