commit | 201eb3b6ccbc1658f2147fe7e9ea1b12fd09cfee | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Mar 22 16:14:17 2023 -0700 |
committer | Florian Mayer <fmayer@google.com> | Thu Apr 13 17:39:25 2023 -0700 |
tree | ee1ac34c4c83765e7e08e5264652a6115210fab3 | |
parent | 40472c2371169046e0c7524478cdac9a4b21344e [diff] |
Include hwasan lib and runtime on arm64 system images This is needed so we can run hwasan-enabled apps for debugging on normal system images. Bug: 276930343 Change-Id: Ie572d77307e5e6268b851ea5c96aae05d588dae3
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.