Merge "Allow to force ro.audio.silent=1 in build."

This commit is contained in:
Treehugger Robot 2022-08-29 23:38:07 +00:00 committed by Gerrit Code Review
commit 00b4775107

View file

@ -317,6 +317,11 @@ ifeq ($(EMMA_INSTRUMENT),true)
endif # EMMA_INSTRUMENT_STATIC
endif # EMMA_INSTRUMENT
# For testing purposes
ifeq ($(FORCE_AUDIO_SILENT), true)
PRODUCT_SYSTEM_PROPERTIES += ro.audio.silent=1
endif
# Host tools to install
PRODUCT_HOST_PACKAGES += \
BugReport \