Merge "Merge "Make framework-wifi stubs use the new defaults" into rvc-dev am: 3544feedb7 am: dbf582efb9" into rvc-d1-dev-plus-aosp am: 879fe65e0b
Change-Id: Ied16c0cd33cd1da4d893aad7909d570a97451ec0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user