From 56ce739b12c97d34625acbb8b89a6cb7555f12ee Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 3 Mar 2024 15:27:26 +0000 Subject: [PATCH] dopinder: Set PRODUCT_IS_ATV Despite being already set by Google in device/google/atv/products/atv_system.mk, it isn't available in time to be used in common product makefiles further down in the chain. Change-Id: Ic0a87eeb98902fc08dd3c8edd202c634b1f3eb49 --- lineage_dopinder.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_dopinder.mk b/lineage_dopinder.mk index 92ccbd3..c12fae3 100644 --- a/lineage_dopinder.mk +++ b/lineage_dopinder.mk @@ -4,6 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# Not set in time to check, so set before everything else +PRODUCT_IS_ATV := true + # Inherit some common AOSP stuff $(call inherit-product, device/google/atv/products/atv_base.mk) -- 2.20.1