From: Bruno Martins Date: Sun, 3 Mar 2024 15:27:26 +0000 (+0000) Subject: odroidc4: Set PRODUCT_IS_ATV X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=73221b99e9bd599b24550f4391ad127fc337d1f2;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: 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 --- diff --git a/lineage_odroidc4.mk b/lineage_odroidc4.mk index 2daaf5e..5cb65d1 100644 --- a/lineage_odroidc4.mk +++ b/lineage_odroidc4.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)