From 78662f83566787beaca9a1b4f2dcf2d269b69bea Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Wed, 20 Mar 2024 15:36:14 +0100 Subject: [PATCH] Revert "Enable MTE workaround for b/324412910" This reverts commit 442f99acafa6a00cd2757f8149ace28f485f89d3. Re-enable MTE in this process now that the underlying issue has been fixed. Bug: 324412910 Test: Boot the device, observe no crashes. Change-Id: I8b9e093f25b33b94e0c9635815d9b0a6e2f91b70 --- mte/fullmte-pixel.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/mte/fullmte-pixel.mk b/mte/fullmte-pixel.mk index 6cc525d..ac2aba8 100644 --- a/mte/fullmte-pixel.mk +++ b/mte/fullmte-pixel.mk @@ -3,6 +3,3 @@ include build/make/target/product/fullmte.mk PRODUCT_MODULE_BUILD_FROM_SOURCE := true BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON -# TODO(b/324412910): Remove this when the stack-buffer-overflow is fixed. -PRODUCT_PRODUCT_PROPERTIES += \ - arm64.memtag.process.android.hardware.composer.hwc3-service.pixel=off \ No newline at end of file