Remove vendor_snapshot_test

Remove vendor_snapshot_test from cc and rust as they are no longer in
support.

Bug: 330100430
Test: m nothing --no-skip-soong-tests passed
Change-Id: Ia798bc1c87d3f1d73ea5866dc85ff4073f5f9c5b
This commit is contained in:
Kiyoung Kim 2024-03-28 15:11:16 +09:00
parent 96ae140989
commit d8ec229bc0
4 changed files with 0 additions and 3326 deletions

View file

@ -111,7 +111,6 @@ bootstrap_go_package {
"test_data_test.go", "test_data_test.go",
"tidy_test.go", "tidy_test.go",
"vendor_public_library_test.go", "vendor_public_library_test.go",
"vendor_snapshot_test.go",
], ],
pluginFor: ["soong_build"], pluginFor: ["soong_build"],
} }

File diff suppressed because it is too large Load diff

View file

@ -62,7 +62,6 @@ bootstrap_go_package {
"sanitize_test.go", "sanitize_test.go",
"source_provider_test.go", "source_provider_test.go",
"test_test.go", "test_test.go",
"vendor_snapshot_test.go",
], ],
pluginFor: ["soong_build"], pluginFor: ["soong_build"],
} }

File diff suppressed because it is too large Load diff