aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Googler <no-reply@google.com>2023-09-27 15:34:21 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-27 15:34:54 -0700
commitaea79f48a7b5d8b7dfe5228cef8e86509d696079 (patch)
tree2d96d3ebb56eedb735fffff3813191107bd2832f
parentf669289058135d011d48b5f3ff1cddcd31cf4709 (diff)
downloadbazelbuild-rules_android-aea79f48a7b5d8b7dfe5228cef8e86509d696079.tar.gz
Add new optional field 'dexdump' to AndroidSdkInfo and android_sdk
PiperOrigin-RevId: 568979336 Change-Id: I28dc1787f06f192de29ab25ba346cab8bd8ec4a6
-rw-r--r--rules/attrs.bzl6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/attrs.bzl b/rules/attrs.bzl
index 6a03d2d..a72fd4f 100644
--- a/rules/attrs.bzl
+++ b/rules/attrs.bzl
@@ -267,6 +267,12 @@ ANDROID_SDK_ATTRS = dict(
mandatory = True,
),
build_tools_version = attr.string(),
+ dexdump = attr.label(
+ allow_files = True,
+ cfg = "exec",
+ executable = True,
+ mandatory = False,
+ ),
dx = attr.label(
allow_files = True,
cfg = "exec",