From: Jan Altensen Date: Fri, 2 Jul 2021 08:13:38 +0000 (+0200) Subject: odroidc4: Specify that we have no TEE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2361272f919ad782d15fa42e57fb72c0371d64d6;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: Specify that we have no TEE Change-Id: I56420abca95e4c6df1bbab69febaf0cefcde1a79 --- diff --git a/lineage_odroidc4.mk b/lineage_odroidc4.mk index 4d2f29d..e61027a 100644 --- a/lineage_odroidc4.mk +++ b/lineage_odroidc4.mk @@ -4,6 +4,8 @@ # 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)