Add container property to aconfig_declarations.
Bug: 311155208 Test: Unit test Change-Id: I7b187138856d0144203961e82b6dad5e2f8eed9d
This commit is contained in:
@@ -12,28 +12,19 @@ bootstrap_go_package {
|
||||
"soong",
|
||||
"soong-android",
|
||||
"soong-bazel",
|
||||
"soong-android",
|
||||
"soong-java",
|
||||
"soong-rust",
|
||||
],
|
||||
srcs: [
|
||||
"aconfig_declarations.go",
|
||||
"aconfig_values.go",
|
||||
"aconfig_value_set.go",
|
||||
"all_aconfig_declarations.go",
|
||||
"cc_aconfig_library.go",
|
||||
"init.go",
|
||||
"java_aconfig_library.go",
|
||||
"testing.go",
|
||||
"rust_aconfig_library.go",
|
||||
],
|
||||
testSrcs: [
|
||||
"aconfig_declarations_test.go",
|
||||
"aconfig_values_test.go",
|
||||
"aconfig_value_set_test.go",
|
||||
"java_aconfig_library_test.go",
|
||||
"cc_aconfig_library_test.go",
|
||||
"rust_aconfig_library_test.go",
|
||||
],
|
||||
pluginFor: ["soong_build"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user