diff --git a/target/product/base_system.mk b/target/product/base_system.mk index d65e5a4e5c..a23fdd5fe9 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -265,7 +265,6 @@ PRODUCT_PACKAGES += \ sm \ snapshotctl \ snapuserd \ - SoundPicker \ storaged \ surfaceflinger \ svc \ @@ -291,6 +290,13 @@ PRODUCT_PACKAGES += \ wifi.rc \ wm \ +# These packages are not used on Android TV +ifneq ($(PRODUCT_IS_ATV),true) + PRODUCT_PACKAGES += \ + SoundPicker \ + +endif + # VINTF data for system image PRODUCT_PACKAGES += \ system_manifest.xml \