OSDN Git Service

Use repeatable timestamps
authorDan Willemsen <dwillemsen@google.com>
Tue, 11 Aug 2015 22:25:12 +0000 (15:25 -0700)
committerDan Willemsen <dwillemsen@google.com>
Wed, 12 Aug 2015 07:02:20 +0000 (00:02 -0700)
commitccc933e97b5bb2c4f98923d77845cf102c4ee3ab
tree1eceb7904b8d8af23635211c786618c164460334
parent8f301ff10d037e4305775c55ce9be6fcb93a8134
Use repeatable timestamps

This moves all of the date references under build/ to using a single
datetime that can be set manually using BUILD_DATETIME.

It also adds an option, OVERRIDE_C_DATE_TIME, that if set to true, will
redefine __DATE__ and __TIME__ for all C/C++ files so that it matches
BUILD_DATETIME.

Bug: 23117013
Change-Id: I7c17a32b794a5adf40b9cd69136fb0ff9f6084ec
core/Makefile
core/config.mk
core/droiddoc.mk
core/main.mk
core/version_defaults.mk
tools/buildinfo.sh