zippo: define fod position / size

* corresponding to modifications in fod hal in sm8150-common.

Change-Id: I775449c8cb92960dba1dcf6bc9968ae2763e48d0
This commit is contained in:
Peter Cai
2019-07-02 14:54:54 +08:00
committed by chematelegram
parent 45e3c7ca75
commit 15239d71e7
2 changed files with 7 additions and 0 deletions

2
Android.bp Normal file
View File

@@ -0,0 +1,2 @@
soong_namespace {
}

View File

@@ -23,6 +23,11 @@ ifeq ($(TARGET_PREBUILT_KERNEL),)
TARGET_KERNEL_SOURCE := kernel/lenovo/sm8150 TARGET_KERNEL_SOURCE := kernel/lenovo/sm8150
endif endif
# Fingerprint
SOONG_CONFIG_LENOVO_MSMNILE_FOD_POS_X = 450
SOONG_CONFIG_LENOVO_MSMNILE_FOD_POS_Y = 1916
SOONG_CONFIG_LENOVO_MSMNILE_FOD_SIZE = 178
# Power # Power
TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on" TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on"