commit | 1a8405f82714f02223c21c7e0d01ac5ee029104f | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Mon Mar 01 09:12:25 2021 -0800 |
committer | Mitch Phillips <mitchp@google.com> | Mon Mar 15 10:45:05 2021 -0700 |
tree | d4c086c95ed9aa705e64631a2a39a8c8839fcde6 | |
parent | 345294f459ec83599053b308085d45bce0c1e788 [diff] |
Add MTE ELF note to makefile-generated native tests. The MTE ELF note is intended to be added to all aarch64 test binaries. This is already implemented for cc_test in soong, but we should also add it to makefile-generated tests. Bug: 156029370 Bug: 181133973 Test: atest CtsBionicTestCases on QEMU+MTE, observe previously-failing tests will now succeed. Test: m camera_client_test; readelf -t <snip>/camera_client_test | grep memtag, make sure there's the elf note. Change-Id: I2e7c4d1379ccdef04f05dd7aff675e6834d4799b
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.