Merge "Do not include SoundPicker on Android TV"

This commit is contained in:
Treehugger Robot
2023-05-31 23:21:43 +00:00
committed by Gerrit Code Review

View File

@@ -265,7 +265,6 @@ PRODUCT_PACKAGES += \
sm \ sm \
snapshotctl \ snapshotctl \
snapuserd \ snapuserd \
SoundPicker \
storaged \ storaged \
surfaceflinger \ surfaceflinger \
svc \ svc \
@@ -291,6 +290,13 @@ PRODUCT_PACKAGES += \
wifi.rc \ wifi.rc \
wm \ wm \
# These packages are not used on Android TV
ifneq ($(PRODUCT_IS_ATV),true)
PRODUCT_PACKAGES += \
SoundPicker \
endif
# VINTF data for system image # VINTF data for system image
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
system_manifest.xml \ system_manifest.xml \