platform_build_soong/bazel/Android.bp
Chris Parsons 4f069891ae Improve aquery-related validation and error handling
Also introduce test suite for aquery handling

Test: m nothing
Test: lunch aosp_flame && USE_BAZEL_ANALYSIS=1 m libc
Change-Id: I2493d42782099ea0b575968fca38bce6f0d59015
2021-01-15 13:53:57 -05:00

18 lines
311 B
Text

bootstrap_go_package {
name: "soong-bazel",
pkgPath: "android/soong/bazel",
srcs: [
"aquery.go",
"constants.go",
"properties.go",
],
testSrcs: [
"aquery_test.go",
],
pluginFor: [
"soong_build",
],
deps: [
"blueprint",
],
}