Make framework-permission stubs use the new defaults
Makes it convenient to change all stubs from a central place.
Bug: 149293194
Test: m framework-permission-stubs{public,system,module_libs_}api
Change-Id: I8c12cf5c30833211eee3191765e635c5a9921a2b
This commit is contained in:
@@ -84,20 +84,17 @@ droidstubs {
|
||||
java_library {
|
||||
name: "framework-permission-stubs-publicapi",
|
||||
srcs: [ ":framework-permission-stubs-srcs-publicapi" ],
|
||||
sdk_version: "system_current",
|
||||
installable: false,
|
||||
defaults: ["framework-module-stubs-lib-defaults-publicapi"],
|
||||
}
|
||||
|
||||
java_library {
|
||||
name: "framework-permission-stubs-systemapi",
|
||||
srcs: [ ":framework-permission-stubs-srcs-systemapi" ],
|
||||
sdk_version: "system_current",
|
||||
installable: false,
|
||||
defaults: ["framework-module-stubs-lib-defaults-systemapi"],
|
||||
}
|
||||
|
||||
java_library {
|
||||
name: "framework-permission-stubs-module_libs_api",
|
||||
srcs: [ ":framework-permission-stubs-srcs-module_libs_api" ],
|
||||
sdk_version: "system_current",
|
||||
installable: false,
|
||||
defaults: ["framework-module-stubs-lib-defaults-module_libs_api"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user