Skip to content
Snippets Groups Projects
Commit dadbc58d authored by Anton Hansson's avatar Anton Hansson
Browse files

Move aconfig-srcjars srcs into shared defaults

This ensures they're consistently added to all droidstubs modules
for the non-updatable part.

Test: presubmit
Change-Id: Ia17808572b3fa8d75cdc71e7981d562ad0036afc
parent c056440a
No related branches found
No related tags found
No related merge requests found
......@@ -620,6 +620,7 @@ filegroup {
name: "android-non-updatable-stub-sources",
srcs: [
":framework-mime-sources", // mimemap builds separately but has no separate droidstubs.
":framework-minus-apex-aconfig-srcjars",
":framework-non-updatable-sources",
":opt-telephony-srcs",
":opt-net-voip-srcs",
......
......@@ -29,9 +29,6 @@
droidstubs {
name: "api-stubs-docs-non-updatable",
srcs: [
":framework-minus-apex-aconfig-srcjars",
],
defaults: [
"android-non-updatable-stubs-defaults",
"module-classpath-stubs-defaults",
......@@ -91,9 +88,6 @@ module_libs = [
droidstubs {
name: "system-api-stubs-docs-non-updatable",
srcs: [
":framework-minus-apex-aconfig-srcjars",
],
defaults: [
"android-non-updatable-stubs-defaults",
"module-classpath-stubs-defaults",
......@@ -134,9 +128,6 @@ droidstubs {
droidstubs {
name: "test-api-stubs-docs-non-updatable",
srcs: [
":framework-minus-apex-aconfig-srcjars",
],
defaults: [
"android-non-updatable-stubs-defaults",
"module-classpath-stubs-defaults",
......@@ -184,9 +175,6 @@ droidstubs {
droidstubs {
name: "module-lib-api-stubs-docs-non-updatable",
srcs: [
":framework-minus-apex-aconfig-srcjars",
],
defaults: [
"android-non-updatable-stubs-defaults",
"module-classpath-stubs-defaults",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment