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
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.