commit | aca0515f1b8026de44ace4a48b4046e0add30874 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Apr 14 23:55:55 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 14 23:55:55 2023 +0000 |
tree | c45fb53c3b2abe6fecff6de8317c1345408b151f | |
parent | 074bfc1264619edada05f5002794c627c1bd0533 [diff] | |
parent | b98ff26c7d5ae9001ae05bb63372e072e82b30bb [diff] |
Merge "Include hwasan lib and runtime on arm64 system images" am: ed97847d9a am: b98ff26c7d Original change: https://android-review.googlesource.com/c/platform/build/+/2526599 Change-Id: I4ea6e13d7297e5b6546475bd55428c1bec6a5fbe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.