sm8250-common: Support UDFPS on AoD
Change-Id: I7196dce967c9adbc62bb5156ade749c92c7780a1
This commit is contained in:
@@ -360,9 +360,13 @@ PRODUCT_PACKAGES += \
|
|||||||
librmnetctl
|
librmnetctl
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.sensors@2.0-service.multihal \
|
android.hardware.sensors@2.0-service.multihal \
|
||||||
libsensorndkbridge
|
libsensorndkbridge \
|
||||||
|
sensors.oplus
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
|||||||
2
configs/hals.conf
Normal file
2
configs/hals.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
sensors.ssc.so
|
||||||
|
sensors.oplus.so
|
||||||
@@ -70,4 +70,7 @@
|
|||||||
that can be set by the user. -->
|
that can be set by the user. -->
|
||||||
<integer name="config_screenBrightnessDoze">17</integer>
|
<integer name="config_screenBrightnessDoze">17</integer>
|
||||||
|
|
||||||
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||||
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1256,7 +1256,6 @@ vendor/etc/sensors/config/sx932x_0.json
|
|||||||
vendor/etc/sensors/config/tcs3408.json
|
vendor/etc/sensors/config/tcs3408.json
|
||||||
vendor/etc/sensors/config/tcs3701.json
|
vendor/etc/sensors/config/tcs3701.json
|
||||||
vendor/etc/sensors/config/wigig_sensing_0.json
|
vendor/etc/sensors/config/wigig_sensing_0.json
|
||||||
vendor/etc/sensors/hals.conf
|
|
||||||
vendor/etc/sensors/sns_reg_config
|
vendor/etc/sensors/sns_reg_config
|
||||||
vendor/lib64/hw/vendor.qti.hardware.sensorscalibrate@1.0-impl.so
|
vendor/lib64/hw/vendor.qti.hardware.sensorscalibrate@1.0-impl.so
|
||||||
vendor/lib64/libsensorcal.so
|
vendor/lib64/libsensorcal.so
|
||||||
|
|||||||
Reference in New Issue
Block a user