commit | 15bde1697a3edb9dee683fa638d464e07e460794 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Fri Jul 31 06:33:21 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 31 06:33:21 2015 -0700 |
tree | 693203d50efed616e1917fbc9bc5c25ac3ee6db2 | |
parent | 76cc6575a4c1fc46c426d61252233cd48990d10d [diff] |
Fix repeat builds with Android. Currently the SampleApp and VisualBench builds for Android don't work for rebuilds. The code is re-built, but the apks are not. This results from the use of a directory as 'output' and the action to build the apk not depending on the copied libraries. Review URL: https://codereview.chromium.org/1270643005