commit | e95540e06000f3b0b33bf12374135111ecf45bd5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 08 12:08:53 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Tue Nov 08 12:48:43 2016 -0800 |
tree | 0885c77f99d18cbe5a0c73e2a60b7dd9c84d7b95 | |
parent | 49758959f204f408f3391e9c1541e8f3e61a0b6f [diff] |
releasetools: Use java_path in sign_target_files_apks.py. Prior to this CL, it was calling the hard-coded "java" although it was accepting a "--java_path" option. Also switch OPTIONS.java_args from string to list. Otherwise it won't work when providing multiple args. Bug: 32737832 Test: Specify "--java_path=" and "--java_args" when invoking sign_target_files_apks.py with "-v". Check the commands being called. Change-Id: Id7ef98e778646d532027434de7fba9b7a104dbd0