Remove unused system_modules
With https://android-review.googlesource.com/c/platform/build/soong/+/1145829, android_*stubs_current_system_modules are no longer used. Thus removing. Bug: 142896162 Test: m checkbuild Change-Id: Icb8ea48f9bdb73f780cd9bdacf4c111ca7b7cd9e
This commit is contained in:
@@ -205,9 +205,6 @@ func GatherRequiredDepsForTest() string {
|
||||
systemModules := []string{
|
||||
"core-current-stubs-system-modules",
|
||||
"core-platform-api-stubs-system-modules",
|
||||
"android_stubs_current_system_modules",
|
||||
"android_system_stubs_current_system_modules",
|
||||
"android_test_stubs_current_system_modules",
|
||||
}
|
||||
|
||||
for _, extra := range systemModules {
|
||||
|
Reference in New Issue
Block a user