module: Add AOSP software keybox to pass MEETS_DEVICE_INTEGRITY by default

Co-authored-by: Chris Renshaw <osm0sis@outlook.com>
Signed-off-by: Dakkshesh <beakthoven@gmail.com>
This commit is contained in:
Dakkshesh
2025-08-06 19:46:52 +05:30
co-authored by Chris Renshaw
parent e46820275f
commit f9c912ad92
2 changed files with 119 additions and 0 deletions
+5
View File
@@ -79,6 +79,11 @@ if [ ! -d "$CONFIG_DIR" ]; then
mkdir -p "$CONFIG_DIR"
fi
if [ ! -f "$CONFIG_DIR/keybox.xml" ]; then
ui_print "- Adding AOSP software keybox"
install_file "keybox.xml" "$CONFIG_DIR"
fi
if [ ! -f "$CONFIG_DIR/target.txt" ]; then
ui_print "- Adding default target scope"
install_file "target.txt" "$CONFIG_DIR"