From d9b70874ed09909dabd86e3afb3d474b7f6ec7da Mon Sep 17 00:00:00 2001 From: stevenzlliu Date: Fri, 1 Dec 2023 07:31:28 +0000 Subject: [PATCH] Remove TTS voice packs from factory ROM For factory ROM UPH concern, we did not need TTS voice packs. Hence, we remove them and then it could reduce super image size and increase flash station speed. Bug: 314245991 Test: Check super image size Change-Id: I8006991b22072e841a8d94637daeb0f105c8ada1 --- factory_tegu.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/factory_tegu.mk b/factory_tegu.mk index 3778263..ad60b38 100644 --- a/factory_tegu.mk +++ b/factory_tegu.mk @@ -36,3 +36,5 @@ $(call soong_config_set, gpssdk, gpsmcuversion, gpsv1_$(TARGET_BUILD_VARIANT)) # Factory binaries of camera PRODUCT_PACKAGES += fatp_km4cm4tk4_wide_hat_tool fatp_km4cm4_tele_hat_tool fatp_km4cm4tk4_ultrawide_hat_tool fatp_km4cm4_front_hat_tool + +PRODUCT_WITHOUT_TTS_VOICE_PACKS := true