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:
@@ -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",
|
||||
|
13
rootdir/etc/init.qti.qcv.rc
Normal file
13
rootdir/etc/init.qti.qcv.rc
Normal file
@@ -0,0 +1,13 @@
|
||||
#! /vendor/etc/init
|
||||
#=============================================================================
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#=============================================================================
|
||||
|
||||
on early-init
|
||||
# Set ro.boot.product.vendor.sku to soc_name
|
||||
exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.qti.qcv.sh
|
||||
setprop ro.boot.product.vendor.sku ${ro.vendor.qti.soc_name}
|
||||
setprop ro.soc.model ${ro.vendor.qti.soc_model}
|
||||
setprop ro.odm.build.media_performance_class ${ro.vendor.media_performance_class}
|
Reference in New Issue
Block a user