Add mtectrl to the base image.

This is a tiny utility (11Kb) that implements the bootloader switch
interface for MTE:
https://source.android.com/docs/security/memory-safety/bootloader-support

It is only useful on armv8.5+ devices, but there is no separate GSI
image for those.

Bug: 242244112
Test: ls /system/bin/mtectrl
Change-Id: I2696a76d5828007a2db486f41064bcfc0e89ec36
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index a0627b7..3522eba 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -221,6 +221,7 @@
     mke2fs \
     mkfs.erofs \
     monkey \
+    mtectrl \
     mtpd \
     ndc \
     netd \