You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
509 B
11 lines
509 B
#! /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}
|
|
|