Revert "Do not compress zip file for unit tests."
This reverts commit a24c755f66
.
Reason for revert: not worth the additional storage cost.
Change-Id: I8ed24ddef4ac3f640bf35e79cddf433e0df0854d
This commit is contained in:
parent
a24c755f66
commit
7d7ae94bef
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ $(host_unit_tests_zip) : $(COMPATIBILITY.host-unit-tests.FILES) $(my_host_shared
|
|||
echo $$shared_lib >> $@-host-libs.list; \
|
||||
done
|
||||
grep $(TARGET_OUT_TESTCASES) $@.list > $@-target.list || true
|
||||
$(hide) $(SOONG_ZIP) -L 0 -d -o $@ -P host -C $(HOST_OUT) -l $@-host.list \
|
||||
$(hide) $(SOONG_ZIP) -d -o $@ -P host -C $(HOST_OUT) -l $@-host.list \
|
||||
-P target -C $(PRODUCT_OUT) -l $@-target.list \
|
||||
-P host/testcases -C $(HOST_OUT) -l $@-host-libs.list
|
||||
rm -f $@.list $@-host.list $@-target.list $@-host-libs.list
|
||||
|
|
Loading…
Reference in a new issue