dagda: Drop xiaomi citsensorservice and enable light sensor notifier
Change-Id: I896f31b925976bbe51d42a7c39d698793fba6cd7
This commit is contained in:
parent
bf490c6ece
commit
93a95c0418
3 changed files with 3 additions and 11 deletions
|
@ -29,6 +29,7 @@ BOOT_KERNEL_MODULES += $(device_second_stage_modules)
|
|||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
|
||||
|
||||
# Screen density
|
||||
TARGET_SCREEN_DENSITY := 560
|
||||
|
|
2
properties/vendor.prop
Normal file
2
properties/vendor.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Sensors
|
||||
ro.vendor.sensors.notifier.light_sensors=5,33171089
|
|
@ -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