commit | 77e037c8876ffacf100f89e47c2f68881f826239 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Mon Apr 12 15:35:47 2021 -0700 |
committer | Mitch Phillips <mitchp@google.com> | Mon Apr 12 15:35:47 2021 -0700 |
tree | adf73f12b2c7819601bdbcfca90a1107cc5a69b0 | |
parent | 9910b5e43a8e9c781e2d8df99e83783df7fee882 [diff] |
[MTE] [CFI] Fix CFI -> diag promotion with memtag_heap. Small typo in the AndroidMk sanitizer config, where adding heap MTE ended up promoting CFI to diagnostic CFI accidentally, where this isn't a valid transformation. Bug: 184397138 Test: lunch aosp_sunfish-userdebug Test: PRODUCT_MEMTAG_HEAP_ASYNC_INCLUDE_PATHS=\ Test: "hardware/qcom frameworks/opt/net/wifi" \ Test: CFI_INCLUDE_PATHS=hardware/qcom \ Test: m libwifi-hal Change-Id: I74a03debf0042f2ee004503dd4a0e81131bd9fde
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.