summaryrefslogtreecommitdiff
path: root/products/aosp_tv_x86.mk
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-06 09:29:46 -0800
committerXin Li <delphij@google.com>2024-03-06 09:29:46 -0800
commit8fea3ae72708b60def9ddafd03e903f665fca0f8 (patch)
treeaa90a5a45e5f618ad3e92720859939224db52707 /products/aosp_tv_x86.mk
parent4c2733094606774f71382d5bb8c5f95e8cef5b0b (diff)
parent51c5f77de36f44e61032ac5db4d8abf08e35f9d3 (diff)
downloadatv-8fea3ae72708b60def9ddafd03e903f665fca0f8.tar.gz
Merge Android 14 QPR2 to AOSP main
Bug: 319669529 Merged-In: I7c432778389d3337ee647a057436bc957ab538fc Change-Id: Ia6311ffbac86a9dd4ce897265db91110eb037319
Diffstat (limited to 'products/aosp_tv_x86.mk')
-rw-r--r--products/aosp_tv_x86.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/products/aosp_tv_x86.mk b/products/aosp_tv_x86.mk
index 4c5fa9f..f7cad49 100644
--- a/products/aosp_tv_x86.mk
+++ b/products/aosp_tv_x86.mk
@@ -48,10 +48,14 @@ PRODUCT_PACKAGES += \
# All components inherited here go to product image
#
$(call inherit-product, device/google/atv/products/atv_product.mk)
+# Default sound experience
+$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioTv.mk)
# Packages required for ATV GSI
+ifeq (aosp_tv_x86,$(TARGET_PRODUCT))
PRODUCT_PACKAGES += \
LeanbackIME \
TvSampleLeanbackLauncher
+endif
#
# All components inherited here go to vendor image