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:
co-authored by
Chris Renshaw
parent
e46820275f
commit
f9c912ad92
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user