From e93f646f78015f005edf6146360a87db086d7032 Mon Sep 17 00:00:00 2001 From: Alfred Piccioni Date: Thu, 26 Oct 2023 10:50:22 +0200 Subject: 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 --- products/atv_generic_system.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'products') 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 -- cgit v1.2.3