summaryrefslogtreecommitdiffstats
path: root/products
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2018-04-26 14:26:23 +0200
committerRobin Lee <rgl@google.com>2018-04-26 12:45:40 +0000
commit8f664e890c0e406204e9213f9fd313c8bb238c97 (patch)
tree357e12db52de40a09319ba17c1dd826f82a6a7ff /products
parent40fb8c1e361460eb7feb29b8591fe017bfdcf301 (diff)
downloaddevice_google_atv-8f664e890c0e406204e9213f9fd313c8bb238c97.tar.gz
device_google_atv-8f664e890c0e406204e9213f9fd313c8bb238c97.tar.bz2
device_google_atv-8f664e890c0e406204e9213f9fd313c8bb238c97.zip
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
Diffstat (limited to 'products')
-rw-r--r--products/atv_generic.mk4
1 files changed, 0 insertions, 4 deletions
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_LOCALES := en_US
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)