From 410a84dc8b4a298b75b2ab938cc1e0010d20ff7f Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Wed, 27 Apr 2022 15:13:29 -0400 Subject: [PATCH] beast: Import device-specific properties Change-Id: Ibc02ef6d5d2ef4a6693904e84abe7e0caf93624a --- BoardConfig.mk | 3 +++ vendor.prop | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index cb902c2..143e631 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,6 +14,9 @@ TARGET_BOOTLOADER_BOARD_NAME := Beast ## DTB TARGET_DTB_NAME := gxl_sei210_2g +## Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop + ## Wi-Fi BOARD_WLAN_DEVICE := realtek BOARD_WPA_SUPPLICANT_DRIVER := NL80211 diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..0beacfc --- /dev/null +++ b/vendor.prop @@ -0,0 +1,13 @@ +# +# Copyright (C) 2022 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +## Bluetooth +persist.bluetooth.rtkcoex=true +ro.autoconnectbt.macprefix=00:CD:FF +ro.autoconnectbt.btclass=50c + +## Platform +ro.product.firmware=00502001 -- 2.20.1