diff --git a/BoardConfig.mk b/BoardConfig.mk index 88e9cb0..6476c41 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,3 +26,4 @@ BOARD_VENDOR_KERNEL_MODULES_LOAD += \ # Properties TARGET_ODM_PROP += $(DEVICE_PATH)/properties/odm.prop +TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop diff --git a/properties/vendor.prop b/properties/vendor.prop new file mode 100644 index 0000000..9e5336f --- /dev/null +++ b/properties/vendor.prop @@ -0,0 +1,2 @@ +# Fingerprint +persist.vendor.fingerprint.sensor_location=720|2882|124 \ No newline at end of file