lisa: sku: Set bluetooth device name with SKU props
Change-Id: Ie940088d84d47f3b48a8219eb2d3cc16e5d4558f
This commit is contained in:
parent
3c29ceb334
commit
b397a41f6a
@ -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_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
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/sku/,$(TARGET_COPY_OUT_ODM)/etc)
|
||||
|
@ -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"
|
@ -1,5 +1,6 @@
|
||||
# begin sku build properties
|
||||
# autogenerated by build/make/tools/buildinfo_sku.sh
|
||||
bluetooth.device.default_name=Mi 11 LE
|
||||
ro.product.odm.model=2107119DC
|
||||
ro.product.odm.name=lisa
|
||||
# end sku build properties
|
||||
|
@ -1,5 +1,6 @@
|
||||
# begin sku build properties
|
||||
# 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.name=lisa_global
|
||||
# end sku build properties
|
||||
|
@ -1,5 +1,6 @@
|
||||
# begin sku build properties
|
||||
# autogenerated by build/make/tools/buildinfo_sku.sh
|
||||
bluetooth.device.default_name=Xiaomi 11 Lite NE
|
||||
ro.product.odm.model=2109119DI
|
||||
ro.product.odm.name=lisa_in
|
||||
# end sku build properties
|
||||
|
Loading…
Reference in New Issue
Block a user