Remove LiveWallpapersPicker from ATV emulator

This is not installed on our reference designs and there is no good
reason to have it present on stock Android TV.

As always, Downstream devices may want to include this for specific
usecases, but default assumption when developing for generic Android
TV is that there will be no UI to choose a live wallpaper.

Test: lunch atv_google_x86-userdebug ; make sdk -j30 ; emulator
Fix: 78619840
Change-Id: I33cbdf247c0dddf74dabc6c87ccb4682645b6195
diff --git a/products/atv_generic.mk b/products/atv_generic.mk
index 2c1cb50..b3f4771 100644
--- a/products/atv_generic.mk
+++ b/products/atv_generic.mk
@@ -32,9 +32,5 @@
 PRODUCT_AAPT_CONFIG := normal large xlarge tvdpi hdpi xhdpi xxhdpi
 PRODUCT_AAPT_PREF_CONFIG := xhdpi
 
-# From build/target/product/full_base.mk
-PRODUCT_PACKAGES += \
-    LiveWallpapersPicker
-
 $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
 $(call inherit-product, device/google/atv/products/atv_base.mk)