From cdf3cd941a76c165d4f7fcf2ec40027fced22334 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 3 Mar 2024 15:27:26 +0000 Subject: [PATCH] beast: 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_beast.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_beast.mk b/lineage_beast.mk index 7d757bc..f3aeb1e 100644 --- a/lineage_beast.mk +++ b/lineage_beast.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