Merge "Add filegroup defaults for framework sources"

This commit is contained in:
Anton Hansson
2023-03-15 10:15:53 +00:00
committed by Gerrit Code Review

View File

@@ -227,6 +227,12 @@ java_defaults {
}, },
} }
filegroup_defaults {
name: "framework-sources-module-defaults",
visibility: ["//frameworks/base"], // For the "global" stubs
defaults_visibility: ["//visibility:public"],
}
// These apex_defaults serve as a common place to add properties which should // These apex_defaults serve as a common place to add properties which should
// affect all mainline modules. // affect all mainline modules.