From ca812338a212e7d431fed214ee67ce52703e8421 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Wed, 19 Apr 2023 16:15:29 -0700 Subject: [PATCH] Add create_brick_ota to otatools.zip This allows create_brick_ota binary to be used by downloading otatools.zip from ab, instead of having to build it locally. Bug: 278925744 Change-Id: I704355b74bc2de7e8d5b881deb01efbee0fdda2a --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 85f33bcf5b..49fbc5ebcf 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5122,6 +5122,7 @@ INTERNAL_OTATOOLS_MODULES := \ check_target_files_signatures \ check_target_files_vintf \ checkvintf \ + create_brick_ota \ delta_generator \ e2fsck \ e2fsdroid \