Merge "Remove unused empty filegroups from frameworks/base."

This commit is contained in:
Treehugger Robot
2022-04-06 02:27:54 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 5 deletions

View File

@@ -65,7 +65,6 @@ filegroup {
// Java/AIDL sources under frameworks/base
":framework-annotations",
":framework-blobstore-sources",
":framework-connectivity-tiramisu-sources",
":framework-core-sources",
":framework-drm-sources",
":framework-graphics-nonupdatable-sources",

View File

@@ -112,7 +112,6 @@ java_library_static {
"java/com/android/server/am/EventLogTags.logtags",
"java/com/android/server/wm/EventLogTags.logtags",
"java/com/android/server/policy/EventLogTags.logtags",
":services.connectivity-tiramisu-sources",
],
libs: [
@@ -165,9 +164,6 @@ java_library_static {
"overlayable_policy_aidl-java",
"SurfaceFlingerProperties",
"com.android.sysprop.watchdog",
// This is used for services.connectivity-tiramisu-sources.
// TODO: delete when NetworkStatsService is moved to the mainline module.
"net-utils-device-common-bpf",
],
javac_shard_size: 50,
}