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 00:08:03 +0000 (17:08 -0700)
commit13ba6e00f4c7e04f1038e94ab98e3ed424daa4fa
treec8e662943a986f1c1932ce3a41b0085154a749fa
parent46ed451d12272edcb0ada9a8e0ec1f5f6e340ff8
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: I880ef103a26bca86bd7bf42d58e62e740a6228c8
core/Makefile
core/config.mk
core/droiddoc.mk
core/main.mk
core/version_defaults.mk
tools/buildinfo.sh