This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes the ar command used deterministic.
The D flag makes ar deterministic (i.e. for the same files as inputs, it will always produce identical outputs. Having deterministic .a files takes us much closer to having a fully deterministic build. 171 previously time varying .a files are now deterministic. BUG=454642 Review URL: https://codereview.chromium.org/1595073005 Cr-Commit-Position: refs/heads/master@{#370283}
- Loading branch information