odroidc4: 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:45:52 +0000 (15:45 +0100)
Change-Id: Idd4380e022aa6498a740fe8909a3ce02cc9e6a39

device.mk
lineage_odroidc4.mk
lineage_odroidc4_tab.mk

index a5126a089e9a261f4d39b746d9080a3963703239..59e19aa1cd91f340053b7391a492f4d483fce6f2 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
 #
@@ -11,8 +11,11 @@ BOARD_HAVE_BLUETOOTH := false
 PRODUCT_HOST_PACKAGES += \
     aml_image_packer
 
-## Inherit from the common tree product makefile
-$(call inherit-product, device/amlogic/g12-common/g12.mk)
+## TEE
+TARGET_HAS_TEE := false
 
 ## Wi-Fi
 BOARD_HAVE_WIFI := false
+
+## Inherit from the common tree product makefile
+$(call inherit-product, device/amlogic/g12-common/g12.mk)
index 19ba1562cacb259f925bb1e95355b7f9c414b1f4..199db2a0d5778f07cb0eac8a5c5ea1d4939f6cfd 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 c27083dae83f6d79ddd305e04cd44ffbb2f47647..1f78f2111244bf0aaebb43d04e05f12c4c11e80c 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)