m5: Move TARGET_HAS_TEE flag to the proper place
authorBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 14:05:05 +0000 (15:05 +0100)
committerBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 14:36:28 +0000 (15:36 +0100)
Change-Id: Idd4380e022aa6498a740fe8909a3ce02cc9e6a39

device.mk
lineage_m5.mk
lineage_m5_tab.mk

index b75390d014c308687184df3a77349fbfe5d272fd..591f4e0bfdc9acfccfb77afcfe52b494d5d1bb9e 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2022 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
@@ -25,5 +25,8 @@ PRODUCT_PACKAGES += \
 DEVICE_PACKAGE_OVERLAYS += \
     $(LOCAL_PATH)/overlay
 
+## TEE
+TARGET_HAS_TEE := false
+
 ## Inherit from the common tree product makefile
 $(call inherit-product, device/amlogic/g12-common/g12.mk)
index abd8de05690ddf02d3a49265a0dcd50e3ddbd688..d002c623a712399e37e3a1c72d864bd4f8ee5ca5 100644 (file)
@@ -1,11 +1,9 @@
 #
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
 
-TARGET_HAS_TEE := false
-
 # Inherit some common AOSP stuff
 $(call inherit-product, device/google/atv/products/atv_base.mk)
 
index 63717954522d56d03ae0d58b7bc8cf6b368dc866..44601f597fde176b2fa027ddc51cf58cf69f9658 100644 (file)
@@ -1,11 +1,9 @@
 #
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
 
-TARGET_HAS_TEE := false
-
 # Inherit some common AOSP stuff
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)