From 1e98e02a11f4ec80f349f627d207d66a26d423c9 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 14 Nov 2023 02:58:27 -0800 Subject: [PATCH] Remove device specific fullmte buffer size config This did not work as intended because the linker filtered out SCUDO_OPTIONS for AT_SECURE. This is being replaced by a config in fullmte.mk in https://r.android.com/2822611. Bug: 309446692 Change-Id: I102dfbe507e3bd7c54088ae3668b35070369c266 --- conf/init.husky.rc | 3 --- conf/init.shiba.rc | 3 --- 2 files changed, 6 deletions(-) diff --git a/conf/init.husky.rc b/conf/init.husky.rc index 22e109f..17b081e 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -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 diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index 635f915..8c88141 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -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