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