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

Commit 95f03538 authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

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

parents 439978b6 cc38e1f5
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",