Test: use m --bazel-mode-dev and mixed_droid.sh Bug: 233798334 Change-Id: Ib945359d3d05e6f51afe70432ec380e4e584175b
27 lines
498 B
Plaintext
27 lines
498 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-bazel",
|
|
pkgPath: "android/soong/bazel",
|
|
srcs: [
|
|
"aquery.go",
|
|
"configurability.go",
|
|
"constants.go",
|
|
"properties.go",
|
|
"testing.go",
|
|
],
|
|
testSrcs: [
|
|
"aquery_test.go",
|
|
"properties_test.go",
|
|
],
|
|
pluginFor: [
|
|
"soong_build",
|
|
],
|
|
deps: [
|
|
"bazel_analysis_v2_proto",
|
|
"blueprint",
|
|
],
|
|
}
|