Soong: remove obsolete proto lib from unit test
Bug: b/321077378 Test: m and avd Change-Id: Ib121da201e0be38d1acd82de1487f6cfba9e696c
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
"android/soong/genrule"
|
||||
"android/soong/java"
|
||||
"android/soong/rust"
|
||||
|
||||
"github.com/google/blueprint/proptools"
|
||||
)
|
||||
|
||||
@@ -173,10 +174,6 @@ func TestValidationAcrossContainersExportedPass(t *testing.T) {
|
||||
name: "libaconfig_storage_read_api_cc",
|
||||
srcs: ["libaconfig_storage_read_api_cc.cc"],
|
||||
}
|
||||
cc_library {
|
||||
name: "libaconfig_storage_protos_cc",
|
||||
srcs: ["libaconfig_storage_protos_cc.cc"],
|
||||
}
|
||||
aconfig_declarations {
|
||||
name: "my_aconfig_declarations_bar",
|
||||
package: "com.example.package",
|
||||
@@ -436,10 +433,6 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) {
|
||||
name: "libaconfig_storage_read_api_cc",
|
||||
srcs: ["libaconfig_storage_read_api_cc.cc"],
|
||||
}
|
||||
cc_library {
|
||||
name: "libaconfig_storage_protos_cc",
|
||||
srcs: ["libaconfig_storage_protos_cc.cc"],
|
||||
}
|
||||
aconfig_declarations {
|
||||
name: "my_aconfig_declarations_foo",
|
||||
package: "com.example.package",
|
||||
@@ -501,10 +494,6 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) {
|
||||
name: "libaconfig_storage_read_api_cc",
|
||||
srcs: ["libaconfig_storage_read_api_cc.cc"],
|
||||
}
|
||||
cc_library {
|
||||
name: "libaconfig_storage_protos_cc",
|
||||
srcs: ["libaconfig_storage_protos_cc.cc"],
|
||||
}
|
||||
aconfig_declarations {
|
||||
name: "my_aconfig_declarations_foo",
|
||||
package: "com.example.package",
|
||||
|
Reference in New Issue
Block a user