Merge "Remove device specific fullmte buffer size config" into main

This commit is contained in:
Florian Mayer 2023-11-14 19:18:57 +00:00 committed by Android (Google) Code Review
commit b1fba5207b
2 changed files with 0 additions and 6 deletions

View file

@ -1,9 +1,6 @@
# Husky specific init.rc
import /vendor/etc/init/hw/init.zuma.rc
on early-init && property:ro.product.name=husky_fullmte
export SCUDO_OPTIONS allocation_ring_buffer_size=131072
on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc

View file

@ -1,9 +1,6 @@
# Shiba specific init.rc
import /vendor/etc/init/hw/init.zuma.rc
on early-init && property:ro.product.name=shiba_fullmte
export SCUDO_OPTIONS allocation_ring_buffer_size=131072
on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc