From 3c0c1187a32aed25037f611ceeb9d429fbc685d4 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 25 Oct 2023 15:05:05 +0100 Subject: [PATCH] radxa0: Move TARGET_HAS_TEE flag to the proper place Change-Id: Idd4380e022aa6498a740fe8909a3ce02cc9e6a39 --- device.mk | 5 ++++- lineage_radxa0.mk | 4 +--- lineage_radxa0_tab.mk | 4 +--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/device.mk b/device.mk index 81a63fb..2cab983 100644 --- 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 # @@ -24,6 +24,9 @@ PRODUCT_PACKAGES += \ DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay +## TEE +TARGET_HAS_TEE := false + # Wi-Fi TARGET_DHD_VERSION := bcmdhd.100.10.545.x diff --git a/lineage_radxa0.mk b/lineage_radxa0.mk index 101df90..1570907 100644 --- a/lineage_radxa0.mk +++ b/lineage_radxa0.mk @@ -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) diff --git a/lineage_radxa0_tab.mk b/lineage_radxa0_tab.mk index 9045747..f3088ef 100644 --- a/lineage_radxa0_tab.mk +++ b/lineage_radxa0_tab.mk @@ -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) -- 2.20.1