platform_build_soong/apex
Colin Cross d783bbbace Use unzip -DD
We put reproducible timestamps in zip files so that the artifacts
are consistent, but that leads to old timestamps in the output
directory if they are unzipped as part of the build.  Use
unzip -DD when unzipping to update the timestamps.

Bug: 161015009
Test: touch -d 2020-01-01 ref; find $OUT/system -not -newer ref
Change-Id: I70407a627cb070e24be510faa6a774e3d9eae3a8
2020-07-12 05:37:46 +00:00
..
Android.bp Soong package structure refactoring 2020-06-01 13:44:48 -07:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
androidmk.go apex: AndroidMk writes common properties 2020-06-25 15:30:26 +09:00
apex.go Do not follow prebuiltDependencyTags in APEX payload walks. 2020-07-07 18:12:41 +01:00
apex_singleton.go Generate combined deps-info for all updatable modules. 2020-05-15 19:10:19 +01:00
apex_test.go Merge changes Iefcf4fbe,I450d4769,I1ffc7e7b 2020-07-09 12:32:31 +00:00
builder.go Use unzip -DD 2020-07-12 05:37:46 +00:00
key.go Don't remove entries for overriddable modules 2020-06-19 13:29:16 +09:00
prebuilt.go apex_sets is added to apexkeys.txt 2020-06-13 01:24:51 +09:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-05-01 11:04:59 +01:00
vndk_test.go Make native_coverage clause work with ClangCoverage 2020-06-22 11:13:42 -07:00