deadpool: Set PRODUCT_IS_ATV
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:31:04 +0000 (18:31 -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_deadpool.mk

index eff527ea04505a22ea681cba27264276aa6b9617..cd4d8b6adea9343abc7b5dce65163a1c2238d196 100644 (file)
@@ -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)