4f069891ae
Also introduce test suite for aquery handling Test: m nothing Test: lunch aosp_flame && USE_BAZEL_ANALYSIS=1 m libc Change-Id: I2493d42782099ea0b575968fca38bce6f0d59015
18 lines
311 B
Text
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",
|
|
],
|
|
}
|