mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: Use custom Samsung sensors implementation
* Get rid of com.samsung.permission.SSENSOR * Map vendor proximity sensor type to generic Signed-off-by: Jesse Chan <jc@lineageos.org> Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: I022d9061b144925b1291ba6294fe018faba07fed
This commit is contained in:
parent
495763a954
commit
048849fcdf
3 changed files with 43 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
SamsungDoze
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@1.0-impl.samsung-universal7904
|
||||
|
||||
# Skip Mount
|
||||
PRODUCT_COPY_FILES += \
|
||||
build/target/product/gsi/gsi_skip_mount.cfg:system/system_ext/etc/init/config/skip_mount.cfg
|
||||
|
|
|
|||
Loading…
Reference in a new issue