diff options
Diffstat (limited to 'runtime/Android.bp')
| -rw-r--r-- | runtime/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp index 9157907cee..57413dcaab 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp @@ -405,7 +405,8 @@ cc_defaults { gensrcs { name: "art_operator_srcs", - cmd: "art/tools/generate-operator-out.py art/runtime $in > $out", + cmd: "$(location generate-operator-out.py) art/runtime $(in) > $(out)", + tool_files: ["generate-operator-out.py"], srcs: [ "arch/instruction_set.h", "base/allocator.h", |