Merge "Load init.rc based on SOC" into main
This commit is contained in:
commit
98426edcbc
4 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# Caiman specific init.rc
|
||||
import /vendor/etc/init/hw/init.zumapro.rc
|
||||
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
|
||||
|
||||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Komodo specific init.rc
|
||||
import /vendor/etc/init/hw/init.zumapro.rc
|
||||
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
|
||||
|
||||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
@ -44,4 +44,4 @@ on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
|||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
||||
on late-init && property:ro.boot.hardware.revision=PROTO1.1
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Tokay specific init.rc
|
||||
import /vendor/etc/init/hw/init.zumapro.rc
|
||||
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
|
||||
|
||||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
@ -44,4 +44,4 @@ on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
|||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
||||
on late-init && property:ro.boot.hardware.revision=PROTO1.1
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
|
|
@ -38,3 +38,7 @@ PRODUCT_COPY_FILES += \
|
|||
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-zuma.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-proto.json
|
||||
|
||||
# Copy init.p24.zuma.rc for proto devices
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/zumapro/conf/init.p24.zuma.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.zuma.rc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue