Use cp -a instead of cp -ar.

On osx cp -ar causes an error because -a
already implies -R. Switching the two uses
to just be -a.

BUG=None
TEST=None
TBR=sbc@chromium.org

Review URL: https://codereview.chromium.org/1405293003 .
2 files changed