From fdb22fa2c304ee060d09d78dd6c9485ecee352ab Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Wed, 16 Feb 2022 23:32:31 +0100 Subject: [PATCH] pstar: add vendor props from stock RRA31.Q3-19-19 --- BoardConfig.mk | 4 ++++ vendor.prop | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index 876de82..c0c434a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,6 +14,8 @@ # limitations under the License. # +DEVICE_PATH := device/motorola/pstar + # Inherit from motorola sm8250-common $(call inherit-product, device/motorola/sm8250-common/BoardConfigCommon.mk) @@ -31,6 +33,8 @@ endif BOARD_MOT_DP_SIZE := 7109345280 BOARD_SUPER_PARTITION_SIZE := 14227079168 +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # inherit from the proprietary version $(call inherit-product, vendor/motorola/pstar/BoardConfigVendor.mk) diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..83d42d0 --- /dev/null +++ b/vendor.prop @@ -0,0 +1,9 @@ +# Camera +persist.vendor.camera.physical.num=4 + +# Display +vendor.display.enable_camera_smooth=1 +vendor.display.enable_allow_idle_fallback=1 + +# NFC +ro.venndor.hw.nfc=st