aboutsummaryrefslogtreecommitdiff
path: root/rules/cc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-03-18 00:38:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-18 00:38:49 +0000
commit55679d6770ab254b17a4e121d24cf551280fc633 (patch)
tree1d1480d38c3e5fa530aa1db0699bcae71c5c543e /rules/cc
parent6f0935b8962d8104ec23fa3d57dd0d0ff93d54df (diff)
parent8118c8f961063fb82d723b7700c0e83202b2a01e (diff)
downloadbazel-55679d6770ab254b17a4e121d24cf551280fc633.tar.gz
Merge "pass interface version to cc_aidl_code_gen"
Diffstat (limited to 'rules/cc')
-rw-r--r--rules/cc/cc_aidl_code_gen.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/cc/cc_aidl_code_gen.bzl b/rules/cc/cc_aidl_code_gen.bzl
index ca579eaa..ef4e659a 100644
--- a/rules/cc/cc_aidl_code_gen.bzl
+++ b/rules/cc/cc_aidl_code_gen.bzl
@@ -177,6 +177,7 @@ def _compile_aidl_srcs(ctx, aidl_info, lang):
executable = ctx.executable._aidl,
arguments = [args],
progress_message = "Compiling AIDL binding",
+ mnemonic = "CcAidlCodeGen",
)
return ret