platform_build_soong/android/soongconfig/Android.bp
Jingwen Chen a47f28d28e bp2build: add support for soong_config_module_type.
Test: CI, go unit test
Bug: 198556411
Change-Id: Idf862904d51d822f92af0c072341c31b7a02fc64
2021-11-08 13:38:28 +00:00

21 lines
418 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-android-soongconfig",
pkgPath: "android/soong/android/soongconfig",
deps: [
"blueprint",
"blueprint-parser",
"blueprint-proptools",
"soong-bazel",
],
srcs: [
"config.go",
"modules.go",
],
testSrcs: [
"modules_test.go",
],
}