build/soong/android/soongconfig/Android.bp

23 lines
451 B
Plaintext
Raw Normal View History

2025-08-25 08:23:45 +08:00
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",
"soong-starlark-format",
],
srcs: [
"config.go",
"modules.go",
],
testSrcs: [
"modules_test.go",
],
}