From beb34e606e68b19d934e7004b5dd667b3acd66fa Mon Sep 17 00:00:00 2001 From: stevenzlliu Date: Fri, 1 Dec 2023 08:18:44 +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: I4ba9746c8a07c5452791d673335d07eb89abd6df --- factory_comet.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/factory_comet.mk b/factory_comet.mk index 33dc2d8..993cbcf 100644 --- a/factory_comet.mk +++ b/factory_comet.mk @@ -45,3 +45,5 @@ SOONG_CONFIG_gpssdk_gpsconf := factory # Factory binary of camera PRODUCT_PACKAGES += fatp_ct3_wide_hat_tool fatp_ct3_tele_hat_tool fatp_ct3_ultrawide_hat_tool + +PRODUCT_WITHOUT_TTS_VOICE_PACKS := true