From eec4a7cba4face3370acb6293ab357879920b467 Mon Sep 17 00:00:00 2001 From: Isaac Chen Date: Tue, 25 Jun 2019 11:50:58 +0800 Subject: [PATCH] Add lpunpack to otatools for rebuilding super.img lpunpack is needed to repackage super.img for mixed-image virtual devices. For Cuttlefish, it's included in host package. We need to include it in otatools.zip so Goldfish or other devices can use it to mix their super images. Necessary SOs are the same as lpmake and have been included in otatools.zip. Bug: 134461288 Test: $ lunch aosp_x86-userdebug $ m otatools-package $ unzip -l $OUT/ota* | grep lpunpack 467824 2008-01-01 00:00 bin/lpunpack Change-Id: Ie2092f18afb88721b29b1738847a0b781dbcd431 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 0d83b8101c..03941ff75b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -3615,6 +3615,7 @@ INTERNAL_OTATOOLS_MODULES := \ imgdiff \ libconscrypt_openjdk_jni \ lpmake \ + lpunpack \ make_f2fs \ minigzip \ mkbootfs \