mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 03:55:31 -04:00
a20: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
This commit is contained in:
parent
4074df5362
commit
952d79c607
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4303355904
|
|||
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
||||
|
||||
# Properties
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
|
||||
# Inherit common board flags
|
||||
include device/samsung/exynos7885-common/BoardConfigCommon.mk
|
||||
|
||||
|
|
|
|||
2
vendor.prop
Normal file
2
vendor.prop
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Bluetooth
|
||||
bluetooth.device.default_name=Galaxy A20
|
||||
Loading…
Reference in a new issue