From 3b7060dfa330a8435149e0fa62fb55c7a6c520aa Mon Sep 17 00:00:00 2001 From: basamaryan Date: Sun, 29 Sep 2024 16:41:14 -0400 Subject: [PATCH] vermeer: Move to Xiaomi fingerprint AIDL Change-Id: I68dba7184034fd37454c7d32a065f041cb611625 --- BoardConfig.mk | 1 + properties/vendor.prop | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 properties/vendor.prop 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