summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2018-02-21 13:37:17 -0800
committer Alex Light <allight@google.com> 2018-02-21 22:42:13 +0000
commitb69d2d3c3af7a7a62efb38d04dec878ea9b0b43c (patch)
tree4220e5b7475b5c53b19609ef46d1d081bf8357cb /compiler
parentc758875461cca47d1b342c3c56a218a704b04365 (diff)
Remove generate-operator-out.py symlinks
Rewrite the operator out step to use a python_host_binary instead. Test: mma -j50 Change-Id: I1503ad9851bf6d7bae8964f7cb91ba7f19b660ca
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.bp4
l---------compiler/generate-operator-out.py1
2 files changed, 2 insertions, 3 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",
diff --git a/compiler/generate-operator-out.py b/compiler/generate-operator-out.py
deleted file mode 120000
index cc291d20c1..0000000000
--- a/compiler/generate-operator-out.py
+++ /dev/null
@@ -1 +0,0 @@
-../tools/generate-operator-out.py \ No newline at end of file