e3q: Fix SPU init

A missing SELinux label was causing the QVC script to not execute and
therefore not seting the ro.boot.product.vendor.sku property which is
needed for sec_nvm to launch

Change-Id: I5f330a427941025518558a5445e13ef80034d470
This commit is contained in:
David Wronek
2024-12-01 21:22:22 +01:00
parent 37751570cc
commit db6a6de172
6 changed files with 57 additions and 4 deletions

View File

@@ -240,6 +240,13 @@ prebuilt_etc {
vendor: true,
}
prebuilt_etc {
name: "init.qti.qcv.rc",
src: "etc/init.qti.qcv.rc",
sub_dir: "init",
vendor: true,
}
prebuilt_etc {
name: "init.samsung.bsp.rc",
src: "etc/init.samsung.bsp.rc",