Merge "Do not include SoundPicker on Android TV"
This commit is contained in:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user