a47f28d28e
Test: CI, go unit test Bug: 198556411 Change-Id: Idf862904d51d822f92af0c072341c31b7a02fc64
21 lines
418 B
Text
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",
|
|
],
|
|
}
|