summaryrefslogtreecommitdiff
path: root/common/action_processor.cc
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-02-24 19:27:55 -0800
committerAlex Deymo <deymo@google.com>2016-02-24 22:06:45 -0800
commit63bdd876ff81cf93d945c7e473ff7fa17655a8f8 (patch)
tree35f0a92ea077020165283f48467d1470bb35d2cd /common/action_processor.cc
parentc90be63117cdad2622694b6f9ac2aec65fa80bf0 (diff)
Don't rebuild .img files on incremental builds.
The sample image files are extracted from a .tar.bz2 file. The images were generated at some point in the past and this date is stored in the tarball file, so the rule that extracts them from the tarball keeps this date, making the .img file have an older date than the file that generates it (the .tar.bz2). This casues the build system to rebuild those .img files every time unnecesarily. This patch updates the date on the extracted .img while extracting it fixing this problem. Bug: None TEST=Running `mmma system/update_engine` twice doesn't regenerate the .img files. Change-Id: I76dc536c5ee45898ad5c43fd005fcf30e4311cd1
Diffstat (limited to 'common/action_processor.cc')
0 files changed, 0 insertions, 0 deletions