aboutsummaryrefslogtreecommitdiff
path: root/rules/attrs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/attrs.bzl')
-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",