Remove the ConvertWithBp2build implementations from all the module types, along with the related code. Bug: 315353489 Test: m blueprint_tests Change-Id: I212672286686a318893bc7348ddd5a5ec51e77a7
30 lines
656 B
Plaintext
30 lines
656 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-aconfig",
|
|
pkgPath: "android/soong/aconfig",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"sbox_proto",
|
|
"soong",
|
|
"soong-android",
|
|
],
|
|
srcs: [
|
|
"aconfig_declarations.go",
|
|
"aconfig_values.go",
|
|
"aconfig_value_set.go",
|
|
"all_aconfig_declarations.go",
|
|
"init.go",
|
|
"testing.go",
|
|
],
|
|
testSrcs: [
|
|
"aconfig_declarations_test.go",
|
|
"aconfig_values_test.go",
|
|
"aconfig_value_set_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|