Commit c93eeaab by Takuto Ikuta Committed by Commit Bot

Make angle's commit.h depend on git head

This is for reproducible build of angle related libraries. Bug: 828669 Change-Id: I807c8fb01b976f6e7a71477ee934b9e0b0cdc684 Reviewed-on: https://chromium-review.googlesource.com/1164814Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent b983a4b2
...@@ -379,6 +379,9 @@ if (angle_use_commit_id) { ...@@ -379,6 +379,9 @@ if (angle_use_commit_id) {
commit_id_output_file, commit_id_output_file,
] ]
# commit id should depend on angle's HEAD revision
inputs = [ ".git/HEAD" ]
args = [ args = [
"gen", "gen",
rebase_path(".", root_build_dir), rebase_path(".", root_build_dir),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment