commit | 71db195fdf82166107c52aae04095ccc393c9af1 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Tue Jun 20 20:23:34 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 20 20:23:34 2023 +0000 |
tree | cd3f0b88ea88d7efb44b131f931894869f0ac809 | |
parent | 070a57994e55269ca2777ead526dd2cbfaac2307 [diff] | |
parent | ffd1290cc9fbb08f87fd906dbca6339ad6323aa4 [diff] |
Merge "Fix bug when memtag_heap in diag but not sanitizers" into udc-dev am: ffd1290cc9 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23678238 Change-Id: Ie3b2813e61efdca8ea1542647ad4f7a4f07fe4b8 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.