Merge "Stop packing system/update_engine/scripts."

This commit is contained in:
Tao Bao
2019-08-15 23:09:21 +00:00
committed by Gerrit Code Review

View File

@@ -3713,10 +3713,6 @@ INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find external/avb/test/data -type f -name "testkey_*.pem" -o \ $(sort $(shell find external/avb/test/data -type f -name "testkey_*.pem" -o \
-name "atx_metadata.bin")) -name "atx_metadata.bin"))
endif endif
ifneq (,$(wildcard system/update_engine))
INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find system/update_engine/scripts -name "*.pyc" -prune -o -type f -print))
endif
ifeq (true,$(PRODUCT_SUPPORTS_VBOOT)) ifeq (true,$(PRODUCT_SUPPORTS_VBOOT))
INTERNAL_OTATOOLS_PACKAGE_FILES += \ INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find external/vboot_reference/tests/devkeys -type f)) $(sort $(shell find external/vboot_reference/tests/devkeys -type f))