mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
non-common: Replace BTM_DEF_LOCAL_NAME with a sysprop
for i in a10 a10dd a20 a20e a30 a30s a40; do echo "## Bluetooth
bluetooth.device.default_name=Galaxy ${i^}" >> $i/vendor.prop; echo "" >> $i/BoardConfig.mk; echo "TARGET_VEN
DOR_PROP += \$(DEVICE_PATH)/vendor.prop" >> $i/BoardConfig.mk; done
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
This commit is contained in:
parent
1fd4442a64
commit
ce90afa9bc
14 changed files with 28 additions and 0 deletions
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 394264576
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a10/vendor.prop
Normal file
2
a10/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A10
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 394264576
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a10dd/vendor.prop
Normal file
2
a10dd/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A10
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a20/vendor.prop
Normal file
2
a20/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A20
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a20e/vendor.prop
Normal file
2
a20e/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A20e
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a30/vendor.prop
Normal file
2
a30/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A30
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 645922816
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a30s/vendor.prop
Normal file
2
a30s/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A30s
|
||||||
|
|
@ -17,3 +17,5 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||||
|
|
||||||
# Inherit common board flags
|
# Inherit common board flags
|
||||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
|
||||||
2
a40/vendor.prop
Normal file
2
a40/vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
## Bluetooth
|
||||||
|
bluetooth.device.default_name=Galaxy A40
|
||||||
Loading…
Reference in a new issue