commit | 44a3c1914032dc97aab152c83929e97ad41fb538 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 09 22:14:12 2014 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 09 23:08:03 2014 -0700 |
tree | 5e52be9ed4e1a7baa3a0ad7734df19b7b11e9984 | |
parent | 62526c377fe5242a723f154a373eccf5b9db416d [diff] |
art: fix host dex2oat runtime args The runtime arguments need to be prefixed with -Xmx or -Xms. This only worked before because DEX2OAT_XMS, etc. were blank due to bugs in build/, which resulted in --runtime-arg --runtime-arg and anything starting with -- as the argument to --runtime-arg is silently ignored. Change-Id: I18607a6fd8d0004466404045f8dc4495eb6ab275