Modifying base_system to use the new SoundPicker flag

Bug: 293846645
Change-Id: I4b9e0b3cd80f43f9e766d430d749238d10a9eb82
Test: N/A
This commit is contained in:
Ahmad Khalil
2023-10-03 15:33:58 +00:00
parent 50e5fbd688
commit 576421d844

View File

@@ -290,7 +290,7 @@ PRODUCT_PACKAGES += \
# These packages are not used on Android TV
ifneq ($(PRODUCT_IS_ATV),true)
PRODUCT_PACKAGES += \
SoundPicker \
$(RELEASE_PACKAGE_SOUND_PICKER) \
endif