Refactor and cleanup of cquery processing

Test: USE_BAZEL_ANALYSIS=1 m libc
Change-Id: Iaf9a92e84d39c132e2444a8aaafd79505a12b8ec
This commit is contained in:
Chris Parsons
2021-03-11 11:08:46 -05:00
parent 2bed9ffaf4
commit 944e7d01aa
6 changed files with 246 additions and 114 deletions

14
bazel/cquery/Android.bp Normal file
View File

@@ -0,0 +1,14 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-cquery",
pkgPath: "android/soong/bazel/cquery",
srcs: [
"request_type.go",
],
pluginFor: [
"soong_build",
],
}