From 07997f1bb4b2922ed695423bc0eeea14cac1981d Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 15 Aug 2019 12:06:14 -0700 Subject: [PATCH] Stop packing system/update_engine/scripts. We once attempted to use them (by importing from releasetools scripts) to parse payload. Due to the dependency on google.protobuf, we have switched to delta_generator instead (commit 750385e4). Bug: 65261072 Test: `m -j otatools-package`; and check the related scripts are not included. Change-Id: Iaa8bcb0e2792e48512e1b8db29869db875ba8dc9 --- core/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Makefile b/core/Makefile index aba8aca244..eb6b27cea3 100644 --- a/core/Makefile +++ b/core/Makefile @@ -3713,10 +3713,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))