jd2019: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
071c860dd9
commit
89386aa58e
2 changed files with 5 additions and 0 deletions
|
@ -12,5 +12,8 @@ DEVICE_PATH := device/lenovo/jd2019
|
||||||
# Kernel
|
# Kernel
|
||||||
TARGET_KERNEL_CONFIG := jd2019_defconfig
|
TARGET_KERNEL_CONFIG := jd2019_defconfig
|
||||||
|
|
||||||
|
# Properties
|
||||||
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
||||||
# Inherit from the proprietary version
|
# Inherit from the proprietary version
|
||||||
-include vendor/lenovo/jd2019/BoardConfigVendor.mk
|
-include vendor/lenovo/jd2019/BoardConfigVendor.mk
|
||||||
|
|
2
vendor.prop
Normal file
2
vendor.prop
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Bluetooth
|
||||||
|
bluetooth.device.default_name=Lenovo Z5s
|
Loading…
Reference in a new issue