Skip to content

Commit

Permalink
Make angle's commit.h depend on git head
Browse files Browse the repository at this point in the history
This is for reproducible build of angle related libraries.

Bug: 828669
Change-Id: I807c8fb01b976f6e7a71477ee934b9e0b0cdc684
Reviewed-on: https://chromium-review.googlesource.com/1164814
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Aug 7, 2018
1 parent b983a4b commit c93eeaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ if (angle_use_commit_id) {
commit_id_output_file,
]

# commit id should depend on angle's HEAD revision
inputs = [ ".git/HEAD" ]

args = [
"gen",
rebase_path(".", root_build_dir),
Expand Down

0 comments on commit c93eeaa

Please sign in to comment.