From b1a3119f6d48fdf9f11089d8f0002fe55858f36d Mon Sep 17 00:00:00 2001 From: Ruchit Marathe Date: Mon, 26 Sep 2022 11:10:19 +0530 Subject: [PATCH] a52q: Set bluetooth device name --- device.mk | 3 +++ vendor.prop | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 vendor.prop diff --git a/device.mk b/device.mk index 9adf7b6..0436bec 100644 --- a/device.mk +++ b/device.mk @@ -31,3 +31,6 @@ PRODUCT_PACKAGES += \ # Audio PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml + +# Prop files +TARGET_ODM_PROP += $(COMMON_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