sabrina: Set PRODUCT_IS_ATV lineage-21
authorBruno Martins <bgcngm@gmail.com>
Sun, 3 Mar 2024 15:27:26 +0000 (15:27 +0000)
committerNolen Johnson <johnsonnolen@gmail.com>
Fri, 17 May 2024 22:35:54 +0000 (18:35 -0400)
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_sabrina.mk

index c515efe80404241e00f4d11df5dae5c9fa9be652..97fb2dbd0e32336c3fda913be173d4bd1db8b2c4 100644 (file)
@@ -4,6 +4,9 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
 # 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)
 
 # Inherit some common AOSP stuff
 $(call inherit-product, device/google/atv/products/atv_base.mk)