zeus: Drop xiaomi citsensorservice and enable light sensor notifier
Change-Id: I896f31b925976bbe51d42a7c39d698793fba6cd7
This commit is contained in:
parent
bdeb993264
commit
3f316fe93d
3 changed files with 1 additions and 14 deletions
|
@ -17,9 +17,6 @@ function blob_fixup() {
|
|||
vendor/etc/init/hw/init.batterysecret.rc)
|
||||
sed -i 's/on charger/on property:init.svc.vendor.charger=running/g' "${2}"
|
||||
;;
|
||||
vendor/lib/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so|vendor/lib64/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so)
|
||||
sed -i 's/_ZN13DisplayConfig10ClientImpl13ClientImplGetENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPNS_14ConfigCallbackE/_ZN13DisplayConfig10ClientImpl4InitENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPNS_14ConfigCallbackE\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0/g' "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# Sensors
|
||||
ro.vendor.sensors.notifier.light_sensors.primary=5,33171089
|
||||
ro.vendor.sensors.xiaomi.udfps=true
|
||||
|
|
|
@ -1161,17 +1161,6 @@ vendor/etc/sensors/config/tmd3719.json
|
|||
vendor/etc/sensors/sensorDisplayMap.json
|
||||
vendor/etc/sensors/sns_reg_config
|
||||
|
||||
# Sensors - CIT
|
||||
vendor/bin/hw/vendor.xiaomi.sensor.citsensorservice@2.0-service
|
||||
vendor/etc/init/vendor.xiaomi.sensor.citsensorservice@2.0-service.rc
|
||||
vendor/etc/vintf/manifest/vendor.xiaomi.sensor.citsensorservice@2.0-service.xml
|
||||
vendor/lib/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so
|
||||
vendor/lib/vendor.xiaomi.sensor.citsensorservice@1.1.so
|
||||
vendor/lib/vendor.xiaomi.sensor.citsensorservice@2.0.so
|
||||
vendor/lib64/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so
|
||||
vendor/lib64/vendor.xiaomi.sensor.citsensorservice@1.1.so
|
||||
vendor/lib64/vendor.xiaomi.sensor.citsensorservice@2.0.so
|
||||
|
||||
# Sensors - SSC calibration
|
||||
-vendor/lib/libssccalapi@2.0.so
|
||||
-vendor/lib64/libssccalapi@2.0.so
|
||||
|
|
Loading…
Reference in a new issue