OSDN Git Service

Only use a fixed timestamp when packaging.
authorTao Bao <tbao@google.com>
Wed, 30 Sep 2015 23:01:14 +0000 (16:01 -0700)
committerTao Bao <tbao@google.com>
Wed, 30 Sep 2015 23:01:14 +0000 (16:01 -0700)
commit822f5840c0f498e33829a0a00f383d9be3a7e913
treeabf981a9631452e8564e8ec3c528b6c507fcb3c4
parent7e9b4ec44c63cb2e89388250aa6547aa6eddcab8
Only use a fixed timestamp when packaging.

[1] changed to use a fixed timestamp for all the generated images
(either the one under $ANDROID_PRODUCT_OUT/ or the one added into the
target_files zip). It makes 'adb sync' after 'fastboot flashall' to
resync all the files. This CL changes to use a fixed timestamp only when
packaging into the target_files zip.

[1]: commit 052ae3542be93d30108e742c5c21d5c45d9b7cf8

Bug: 24377993
Bug: 24536411
Change-Id: I209318966109fd4902468dfe96caf777464f9fe1
tools/releasetools/add_img_to_target_files.py
tools/releasetools/build_image.py