OSDN Git Service

fix timestamps in images to the build date
authorDoug Zongker <dougz@android.com>
Thu, 5 Dec 2013 23:54:55 +0000 (15:54 -0800)
committerDoug Zongker <dougz@android.com>
Thu, 5 Dec 2013 23:54:55 +0000 (15:54 -0800)
commit850b80780dad12de5ea9568bff3e8d160e57e7eb
tree9721e5db26b6ee22544c60dc0b24fbcef0075d96
parentb00398a07e5e07036b0f756748cd2e0b9a6058ba
fix timestamps in images to the build date

Pass the -T option to mkuserimg.sh to set all timestamps in the system
image (and any other ext4 image we build) to the value of
ro.build.date.utc for the build.  This makes images produced from a
given target_files bit-identical.

Change-Id: Ibba5fa7a610f476209ef61708729cfd79dece0b6
tools/releasetools/build_image.py