From b673bbfbb2ccaf5c5419740d68cc8e929e4c9686 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Fri, 20 Aug 2021 10:09:20 -0700 Subject: [PATCH] Add zucchini to otatools.zip Zucchini is a new diffing algorithm we plan to add to Android OTA, add it to otatools.zip first. Bug: 194237829 Test: th Change-Id: I9561101decc2d13afb0a8d4329c3ecc044c96c9d --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 24302d431a..f6411ecb7d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4377,6 +4377,7 @@ INTERNAL_OTATOOLS_MODULES := \ verity_signer \ verity_verifier \ zipalign \ + zucchini \ # Additional tools to unpack and repack the apex file. INTERNAL_OTATOOLS_MODULES += \