From: Bruno Martins Date: Wed, 25 Oct 2023 14:05:05 +0000 (+0100) Subject: odroidc4: Move TARGET_HAS_TEE flag to the proper place X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d118858d02a97e0831a0aa8bca683b9ee4f576b;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: Move TARGET_HAS_TEE flag to the proper place Change-Id: Idd4380e022aa6498a740fe8909a3ce02cc9e6a39 --- diff --git a/device.mk b/device.mk index a5126a0..59e19aa 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 # @@ -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) diff --git a/lineage_odroidc4.mk b/lineage_odroidc4.mk index 19ba156..199db2a 100644 --- a/lineage_odroidc4.mk +++ b/lineage_odroidc4.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_odroidc4_tab.mk b/lineage_odroidc4_tab.mk index c27083d..1f78f21 100644 --- a/lineage_odroidc4_tab.mk +++ b/lineage_odroidc4_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)