shusky: Drop flood control HAL
We are missing the sepolicy for it and it's disabled Change-Id: I22f2055e74ecfd3115cd035e685245ca0d6202e2
This commit is contained in:
parent
455a966ad8
commit
9c2145edb3
4 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,6 @@ vendor/bin/bipchmgr
|
|||
vendor/bin/cbd
|
||||
vendor/bin/dmd
|
||||
vendor/bin/factory/qm35_poll
|
||||
vendor/bin/flood.control.hal
|
||||
vendor/bin/hw/android.hardware.audio.service-aidl.aoc
|
||||
vendor/bin/hw/android.hardware.authsecret-service.citadel
|
||||
vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux
|
||||
|
@ -211,7 +210,6 @@ vendor/etc/init/dmd.rc
|
|||
vendor/etc/init/google.hardware.media.c2@2.0-service.rc
|
||||
vendor/etc/init/hwc3-pixel.rc
|
||||
vendor/etc/init/init.camera.set-interrupts-ownership.rc
|
||||
vendor/etc/init/init.flood.control.rc
|
||||
vendor/etc/init/init.gps.rc
|
||||
vendor/etc/init/init.liboemservice_proxy.rc
|
||||
vendor/etc/init/init.modem_logging_control.rc
|
||||
|
@ -280,7 +278,6 @@ vendor/etc/vintf/manifest/android.hardware.vibrator-service.cs40l26.xml
|
|||
vendor/etc/vintf/manifest/android.hardware.weaver-service.citadel.xml
|
||||
vendor/etc/vintf/manifest/com.google.edgetpu.tachyon-service.xml
|
||||
vendor/etc/vintf/manifest/dmd.xml
|
||||
vendor/etc/vintf/manifest/flood_control.xml
|
||||
vendor/etc/vintf/manifest/hwc3-default.xml
|
||||
vendor/etc/vintf/manifest/liboemservice_proxy.xml
|
||||
vendor/etc/vintf/manifest/manifest.xml
|
||||
|
|
|
@ -1041,5 +1041,10 @@ framework/oat/arm64/com.google.android.camera.experimental2023.vdex
|
|||
|
||||
# Completely skip files that are not required
|
||||
|
||||
# Flood control
|
||||
bin/flood.control.hal
|
||||
etc/init/init.flood.control.rc
|
||||
etc/vintf/manifest/flood_control.xml
|
||||
|
||||
# Google
|
||||
etc/default-permissions/default-permissions_talkback.xml
|
||||
|
|
|
@ -10,7 +10,6 @@ vendor/bin/aocxd
|
|||
vendor/bin/bipchmgr
|
||||
vendor/bin/cbd
|
||||
vendor/bin/dmd
|
||||
vendor/bin/flood.control.hal
|
||||
vendor/bin/hw/android.hardware.audio.service-aidl.aoc
|
||||
vendor/bin/hw/android.hardware.authsecret-service.citadel
|
||||
vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux
|
||||
|
@ -211,7 +210,6 @@ vendor/etc/init/dmd.rc
|
|||
vendor/etc/init/google.hardware.media.c2@2.0-service.rc
|
||||
vendor/etc/init/hwc3-pixel.rc
|
||||
vendor/etc/init/init.camera.set-interrupts-ownership.rc
|
||||
vendor/etc/init/init.flood.control.rc
|
||||
vendor/etc/init/init.gps.rc
|
||||
vendor/etc/init/init.liboemservice_proxy.rc
|
||||
vendor/etc/init/init.modem_logging_control.rc
|
||||
|
@ -276,7 +274,6 @@ vendor/etc/vintf/manifest/android.hardware.vibrator-service.cs40l26.xml
|
|||
vendor/etc/vintf/manifest/android.hardware.weaver-service.citadel.xml
|
||||
vendor/etc/vintf/manifest/com.google.edgetpu.tachyon-service.xml
|
||||
vendor/etc/vintf/manifest/dmd.xml
|
||||
vendor/etc/vintf/manifest/flood_control.xml
|
||||
vendor/etc/vintf/manifest/hwc3-default.xml
|
||||
vendor/etc/vintf/manifest/liboemservice_proxy.xml
|
||||
vendor/etc/vintf/manifest/manifest.xml
|
||||
|
|
|
@ -1035,5 +1035,10 @@ framework/oat/arm64/com.google.android.camera.experimental2023.vdex
|
|||
|
||||
# Completely skip files that are not required
|
||||
|
||||
# Flood control
|
||||
bin/flood.control.hal
|
||||
etc/init/init.flood.control.rc
|
||||
etc/vintf/manifest/flood_control.xml
|
||||
|
||||
# Google
|
||||
etc/default-permissions/default-permissions_talkback.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue