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

Commit 013dc728 authored by Anton Hansson's avatar Anton Hansson
Browse files

Make framework-wifi stubs use the new defaults

Makes it convenient to change all stubs from a central place.

Bug: 149293194
Test: m framework-wifi-stubs{public,system,module_libs_}api
Change-Id: Ie857558b507c90dd46a7777c82f14d7d45422222
parent b470bf34
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -170,24 +170,23 @@ droidstubs {
java_library {
    name: "framework-wifi-stubs-publicapi",
    srcs: [":framework-wifi-stubs-srcs-publicapi"],
    defaults: ["framework-module-stubs-lib-defaults-publicapi"],
    // TODO(b/151134996): remove this
    sdk_version: "current",
    installable: false,
}

java_library {
    name: "framework-wifi-stubs-systemapi",
    srcs: [":framework-wifi-stubs-srcs-systemapi"],
    sdk_version: "system_current",
    libs: ["framework-annotations-lib"],
    installable: false,
    defaults: ["framework-module-stubs-lib-defaults-systemapi"],
}

java_library {
    name: "framework-wifi-stubs-module_libs_api",
    srcs: [":framework-wifi-stubs-srcs-module_libs_api"],
    sdk_version: "module_current",
    libs: ["framework-annotations-lib"],
    installable: false,
    defaults: ["framework-module-stubs-lib-defaults-module_libs_api"],
}

// defaults for tests that need to build against framework-wifi's @hide APIs