From f145aaeee74fdd17232a157339d62599f1ce31ca Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 12 Jan 2024 13:40:18 +0000 Subject: [PATCH] Add kcmdlinectrl to base system Add a binary for controlling the kcmdline message for the bootloader to the base system. The binary is similar to mtectrl, which is also listed in this file. Test: Verified that a custom bootloader is able to read the data Bug: 278052745 Change-Id: I5f13a9bdff940517cb7b880815dfb8f396fc3844 Signed-off-by: Alice Ryhl --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 6a101da9d4..f711b1670c 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -127,6 +127,7 @@ PRODUCT_PACKAGES += \ ip \ iptables \ javax.obex \ + kcmdlinectrl \ keystore2 \ credstore \ ld.mc \