From 83eb9f7fb1e6f458f380cf56154d04411ec09ce8 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 15 Mar 2022 11:12:50 -0700 Subject: [PATCH] Add ota_extractor to otatools.zip This is a newly added binary for extracting device images out of full OTA package. Add to otatools.zip so that go/bts-image-sharing project can use it. Test: th Bug: 221875271 Change-Id: If2bf85e89a2a12cc00f709dfd21a453c2d805d4f --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 9db001809d..527dc5ff15 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4672,6 +4672,7 @@ INTERNAL_OTATOOLS_MODULES := \ mksquashfs \ mksquashfsimage.sh \ mkuserimg_mke2fs \ + ota_extractor \ ota_from_target_files \ repack_bootimg \ secilc \