summaryrefslogtreecommitdiff
path: root/compiler/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r--compiler/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index ba08d7975b..40c676c406 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -199,8 +199,8 @@ art_cc_defaults {
gensrcs {
name: "art_compiler_operator_srcs",
- cmd: "$(location generate-operator-out.py) art/compiler $(in) > $(out)",
- tool_files: ["generate-operator-out.py"],
+ cmd: "$(location generate_operator_out) art/compiler $(in) > $(out)",
+ tools: ["generate_operator_out"],
srcs: [
"dex/dex_to_dex_compiler.h",
"driver/compiler_driver.h",