commit | 49fd191501efca44aea39376a61997912749ef97 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Thu Aug 25 16:20:34 2022 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Thu Aug 25 16:20:34 2022 -0700 |
tree | df7d5919a50bda70cc99e736ebe0ffc18a779c27 | |
parent | 9d4741cefbc0e6cbc782875f5d5b396668ad3e8e [diff] |
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 \