lisa: sku: Set bluetooth device name with SKU props

Change-Id: Ie940088d84d47f3b48a8219eb2d3cc16e5d4558f
This commit is contained in:
Giovanni Ricca 2024-04-17 15:58:42 +02:00
parent 3c29ceb334
commit b397a41f6a
No known key found for this signature in database
5 changed files with 3 additions and 18 deletions

View File

@ -34,10 +34,6 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/sound_trigger_mixer_paths_yupikqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_yupik/sound_trigger_mixer_paths_yupikqrd.xml \ $(LOCAL_PATH)/audio/sound_trigger_mixer_paths_yupikqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_yupik/sound_trigger_mixer_paths_yupikqrd.xml \
$(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_yupik/sound_trigger_platform_info.xml $(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_yupik/sound_trigger_platform_info.xml
# Rootdir
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init.lisa.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.lisa.rc
# Sku properties # Sku properties
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/sku/,$(TARGET_COPY_OUT_ODM)/etc) $(call find-copy-subdir-files,*,$(LOCAL_PATH)/sku/,$(TARGET_COPY_OUT_ODM)/etc)

View File

@ -1,14 +0,0 @@
#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
on boot && property:ro.boot.hwc=CN
setprop bluetooth.device.default_name "Mi 11 LE"
on boot && property:ro.boot.hwc=GL
setprop bluetooth.device.default_name "Xiaomi 11 Lite 5G NE"
on boot && property:ro.boot.hwc=IN
setprop bluetooth.device.default_name "Xiaomi 11 Lite NE"

View File

@ -1,5 +1,6 @@
# begin sku build properties # begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh # autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=Mi 11 LE
ro.product.odm.model=2107119DC ro.product.odm.model=2107119DC
ro.product.odm.name=lisa ro.product.odm.name=lisa
# end sku build properties # end sku build properties

View File

@ -1,5 +1,6 @@
# begin sku build properties # begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh # autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=Xiaomi 11 Lite 5G NE
ro.product.odm.model=2109119DG ro.product.odm.model=2109119DG
ro.product.odm.name=lisa_global ro.product.odm.name=lisa_global
# end sku build properties # end sku build properties

View File

@ -1,5 +1,6 @@
# begin sku build properties # begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh # autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=Xiaomi 11 Lite NE
ro.product.odm.model=2109119DI ro.product.odm.model=2109119DI
ro.product.odm.name=lisa_in ro.product.odm.name=lisa_in
# end sku build properties # end sku build properties