Merge "Add one variable to decide if need TTS voice packs" into main

This commit is contained in:
Treehugger Robot 2023-12-01 11:42:32 +00:00 committed by Android (Google) Code Review
commit 5610bfc743

View File

@ -14,7 +14,9 @@
# limitations under the License. # limitations under the License.
# #
ifeq (,$(filter true, $(PRODUCT_WITHOUT_TTS_VOICE_PACKS)))
include device/google/gs-common/tts/voice_packs.mk include device/google/gs-common/tts/voice_packs.mk
endif
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
device/google/gs-common/powerstats device/google/gs-common/powerstats