summaryrefslogtreecommitdiff
path: root/bazel/Android.bp
diff options
context:
space:
mode:
author Liz Kammer <eakammer@google.com> 2021-05-21 08:37:59 -0400
committer Liz Kammer <eakammer@google.com> 2021-06-03 17:37:56 -0400
commit9abd62d13348fd8beba87e953551913a70bbb730 (patch)
treeddc3d44e9679b1c1857355ef5971f9235e65ac8c /bazel/Android.bp
parent37b3626f2ce5a9b3e7053611d9751a18215277d5 (diff)
Use maps in bazel *attribute types
This is to simplify the process of resolving label + exclude labels across the various configuration axes we have and across the various properties/modules that use this behavior. Test: ci/bp2build.sh && ci/mixed_droid.sh Change-Id: I8efae3e75ddb365384f5caaf5bb504a5206618d3
Diffstat (limited to 'bazel/Android.bp')
-rw-r--r--bazel/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bazel/Android.bp b/bazel/Android.bp
index b7c185a61..b68d65bd5 100644
--- a/bazel/Android.bp
+++ b/bazel/Android.bp
@@ -7,6 +7,7 @@ bootstrap_go_package {
pkgPath: "android/soong/bazel",
srcs: [
"aquery.go",
+ "configurability.go",
"constants.go",
"properties.go",
],