From 98761a2706a13b00fcd271f358e87d751cdd2109 Mon Sep 17 00:00:00 2001 From: Sal Savage Date: Fri, 15 Apr 2022 15:38:17 -0700 Subject: [PATCH] a52q: Replace BTM_DEF_LOCAL_NAME with a sysprop Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53 --- BoardConfig.mk | 3 +++ vendor.prop | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index 259a36e..db33fbd 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,3 +27,6 @@ TARGET_SCREEN_DENSITY := 420 # OTA assert TARGET_OTA_ASSERT_DEVICE := a52q + +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..d375fd8 --- /dev/null +++ b/vendor.prop @@ -0,0 +1,2 @@ +# Bluetooth +bluetooth.device.default_name=Galaxy A52 4G