summaryrefslogtreecommitdiff
path: root/products
diff options
context:
space:
mode:
authorAlfred Piccioni <alpic@google.com>2023-10-26 10:50:22 +0200
committerAlfred Piccioni <alpic@google.com>2023-10-26 10:50:22 +0200
commite93f646f78015f005edf6146360a87db086d7032 (patch)
tree11fae3396f1b2f377fa9f591bbbabd61a237cb17 /products
parent6a99fecc892ef6570f7dbc77d4faae72b97bd9c7 (diff)
downloadatv-e93f646f78015f005edf6146360a87db086d7032.tar.gz
Add TV PAI stub for Cuttlefish
Cuttlefish requires the PAI stub to querry for apps in the OOBE stage. Bug: 287264847 Test: Build and boot. Change-Id: I07b9db8d6808c7ee9d2c1ae950980ba4e57a4aae
Diffstat (limited to 'products')
-rw-r--r--products/atv_generic_system.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/products/atv_generic_system.mk b/products/atv_generic_system.mk
index 461129f..a40f029 100644
--- a/products/atv_generic_system.mk
+++ b/products/atv_generic_system.mk
@@ -29,6 +29,11 @@ PRODUCT_PACKAGES += \
update_engine \
update_verifier \
+ifeq ($(PRODUCT_REQUIRES_PAI_STUB),true)
+PRODUCT_PACKAGES += \
+ AtomPlayAutoInstallStub
+endif
+
# Wrapped net utils for /vendor access.
PRODUCT_PACKAGES += netutils-wrapper-1.0