Stop using __DATE__/__TIME__ on all builds

We're beginning to use remote caches with Android builds, so I'm turning
on -Werror=date-time so that host builds are also reproducible.

Test: treehugger
Test: mmma external/libhevc
Change-Id: I7fa1099d68cced587af46ad4d76cab5af4366e1e
This commit is contained in:
Dan Willemsen 2019-08-27 19:45:01 -07:00
parent cdd7c97c27
commit 4517537400

View file

@ -74,7 +74,7 @@
*******************************************************************************
*/
#define MAXVERSION_STRLEN 511
#ifdef __ANDROID__
#ifdef ANDROID
#define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \
snprintf(version_string, MAXVERSION_STRLEN, \
"@(#)Id:%s_%s Ver:%s Released by %s", \