Merge "Set arm64.memtag.bootctl_supported on non-fullmte products."

This commit is contained in:
Evgenii Stepanov 2022-08-30 20:02:01 +00:00 committed by Android (Google) Code Review
commit a9806c6050

View file

@ -42,3 +42,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
# ZramWriteback
-include hardware/google/pixel/mm/device_gki.mk
# Indicate that the bootloader supports the MTE developer option switch
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
# force enable MTE.
ifeq (,$(filter %_fullmte,$(TARGET_PRODUCT)))
PRODUCT_PRODUCT_PROPERTIES += ro.arm64.memtag.bootctl_supported=1
endif