summaryrefslogtreecommitdiff
path: root/tc0/BoardConfig_common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tc0/BoardConfig_common.mk')
-rw-r--r--tc0/BoardConfig_common.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/tc0/BoardConfig_common.mk b/tc0/BoardConfig_common.mk
index a54f5b1..5509018 100644
--- a/tc0/BoardConfig_common.mk
+++ b/tc0/BoardConfig_common.mk
@@ -33,17 +33,3 @@ endif
# Include configuration of partitions.
include device/arm/tc0/BoardConfig-partitions.mk
-
-# Some platforms need to refer to paths under $(PRODUCT_OUT) in their
-# BoardConfig.mk.
-# Unfortunately, at this point, this variable isn't defined yet (it is defined
-# just after in build/core/envsetup.mk).
-# We cannot use $(ANDROID_PRODUCT_OUT) (exported by envsetup.sh) from Android 9
-# onwards either, see:
-# https://android.googlesource.com/platform/build/+/28142690/Changes.md#deprecating-obsoleting-envsetup_sh-variables-in-makefiles
-# We do however have access to all the variables making up $(PRODUCT_OUT) in
-# BoardConfig.mk, so let's define it locally.
-local_product_out := $(OUT_DIR)/target/product/$(TARGET_DEVICE)
-
-# Enable MTE if it is available in code and in the device.
-TARGET_EXPERIMENTAL_MTE := true