From 44eca61ab95b304d4cf6a2cc89b2fb4ce1d5aa29 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Wed, 4 Dec 2024 23:23:22 +0000 Subject: [PATCH] Replace partition-specific toybox make module with soong modules toybox no longer sets recovery_available property, thus this make module is no longer generated. Thus, replace the entry with the soong modules to prevent missing dependencies make error. This change also specifies `recovery` property in shell_and_utilities_recovery to allow soong generated recovery partition to correctly install the dependencies of the phony module. Test: m nothing Bug: 381888358 Change-Id: I314e8031d23a9f579101ca1d5499969af4e3a9d3 --- shell_and_utilities/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 1f5c1795c..0a1f7c5a2 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -43,9 +43,10 @@ phony { required: [ "sh.recovery", "toolbox.recovery", - "toybox.recovery", + "toybox_recovery", "ziptool.recovery", ], + recovery: true, } phony {