Merge "Don't specify sdk_version for stubs" into rvc-dev am: ae47be49fd am: aa76397c9b am: 3548d70152
Change-Id: Icf83c482e4269b37f5418a290276ffec579833cb
This commit is contained in:
@@ -46,12 +46,10 @@ stubs_defaults {
|
||||
name: "framework-permission-stubs-defaults",
|
||||
srcs: [ ":framework-permission-sources" ],
|
||||
libs: [ "framework-annotations-lib" ],
|
||||
sdk_version: "system_current",
|
||||
}
|
||||
|
||||
droidstubs {
|
||||
name: "framework-permission-stubs-srcs-publicapi",
|
||||
sdk_version: "system_current",
|
||||
defaults: [
|
||||
"framework-module-stubs-defaults-publicapi",
|
||||
"framework-permission-stubs-defaults",
|
||||
@@ -60,7 +58,6 @@ droidstubs {
|
||||
|
||||
droidstubs {
|
||||
name: "framework-permission-stubs-srcs-systemapi",
|
||||
sdk_version: "system_current",
|
||||
defaults: [
|
||||
"framework-module-stubs-defaults-systemapi",
|
||||
"framework-permission-stubs-defaults",
|
||||
@@ -69,7 +66,6 @@ droidstubs {
|
||||
|
||||
droidstubs {
|
||||
name: "framework-permission-api-module_libs_api",
|
||||
sdk_version: "system_current",
|
||||
defaults: [
|
||||
"framework-module-api-defaults-module_libs_api",
|
||||
"framework-permission-stubs-defaults",
|
||||
@@ -78,7 +74,6 @@ droidstubs {
|
||||
|
||||
droidstubs {
|
||||
name: "framework-permission-stubs-srcs-module_libs_api",
|
||||
sdk_version: "system_current",
|
||||
defaults: [
|
||||
"framework-module-stubs-defaults-module_libs_api",
|
||||
"framework-permission-stubs-defaults",
|
||||
|
||||
Reference in New Issue
Block a user