118fd2b443
Test: use m --bazel-mode-dev and mixed_droid.sh
Bug: 233798334
This reverts commit d27e28c2a7
.
Change-Id: Ifd37ac449979330529dd25c92a5eca2f5a80827e
26 lines
498 B
Text
26 lines
498 B
Text
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",
|
|
],
|
|
}
|