Merge "Remove changing uids/timestamps from zip/jar files" am: 9f25219371 am: a51b1d532e

am: aa851650bf

* commit 'aa851650bf73d8143da011013bd64cd49969be96':
  Remove changing uids/timestamps from zip/jar files
This commit is contained in:
Dan Willemsen
2015-10-29 19:20:55 +00:00
committed by android-build-merger
13 changed files with 108 additions and 53 deletions

View File

@@ -59,4 +59,4 @@ $(my_package_zip) : $(my_built_modules)
$(call copy-tests-in-batch,$(wordlist 1201,9999,$(PRIVATE_COPY_PAIRS)))
$(hide) $(foreach f, $(PRIVATE_PICKUP_FILES),\
cp -RfL $(f) $(dir $@);)
$(hide) cd $(dir $@) && zip -rq $(notdir $@) *
$(hide) cd $(dir $@) && zip -rqX $(notdir $@) *