From 136177778f7b324a4e71742f16da2b7b56796648 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 25 Oct 2023 15:05:05 +0100 Subject: [PATCH] m5: Move TARGET_HAS_TEE flag to the proper place Change-Id: Idd4380e022aa6498a740fe8909a3ce02cc9e6a39 --- device.mk | 5 ++++- lineage_m5.mk | 4 +--- lineage_m5_tab.mk | 4 +--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/device.mk b/device.mk index b75390d..591f4e0 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 # @@ -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) diff --git a/lineage_m5.mk b/lineage_m5.mk index abd8de0..d002c62 100644 --- a/lineage_m5.mk +++ b/lineage_m5.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_m5_tab.mk b/lineage_m5_tab.mk index 6371795..44601f5 100644 --- a/lineage_m5_tab.mk +++ b/lineage_m5_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