Merge "Stop packing system/update_engine/scripts." am: d994b4c062

am: 22fa2f20ae

Change-Id: I051e5058bc83d15b227c98b77c131e53d88718c7
This commit is contained in:
Tao Bao 2019-08-15 17:32:09 -07:00 committed by android-build-merger
commit b5de826520
1 changed files with 0 additions and 4 deletions

View File

@ -3714,10 +3714,6 @@ INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find external/avb/test/data -type f -name "testkey_*.pem" -o \
-name "atx_metadata.bin"))
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))
INTERNAL_OTATOOLS_PACKAGE_FILES += \
$(sort $(shell find external/vboot_reference/tests/devkeys -type f))