import init.${ro.board.platform}.board.rc

init.zumapro.board.rc contains configurations for zumapro board
use ro.board.platform to get device board type

Bug: 311016628
Test: Build image and flash on KM4
Change-Id: Ie31f919551996f1ac96bbcfb7d00f3893ce53f99
This commit is contained in:
Zheng Pan 2023-12-05 20:09:25 -08:00
parent cc4e2b873c
commit 3257d2f517
4 changed files with 3 additions and 7 deletions

View file

@ -1,5 +1,5 @@
# Caiman specific init.rc # Caiman specific init.rc
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc import /vendor/etc/init/hw/init.${ro.board.platform}.board.rc
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc

View file

@ -1,5 +1,5 @@
# Komodo specific init.rc # Komodo specific init.rc
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc import /vendor/etc/init/hw/init.${ro.board.platform}.board.rc
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc

View file

@ -1,5 +1,5 @@
# Tokay specific init.rc # Tokay specific init.rc
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc import /vendor/etc/init/hw/init.${ro.board.platform}.board.rc
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc

View file

@ -38,7 +38,3 @@ PRODUCT_COPY_FILES += \
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json $(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-zuma.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-proto.json $(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-zuma.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-proto.json
# Copy init.zuma.rc for proto devices
PRODUCT_COPY_FILES += \
device/google/zumapro/conf/init.zuma.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.zuma.rc