commit | 5ff38b84986f0bc6285203859fc65c7d2b27d75d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 02 02:27:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 02 02:27:32 2020 +0000 |
tree | 007958f29e99eb0c41f40ef4cbf99dfea8e65bc3 | |
parent | b6d672978ceec4b7f01bdf96566d615e871379d4 [diff] | |
parent | 2afae90d46af640fd645e81aa3d47bf1daa8e591 [diff] |
Merge "Manually install hwasan runtime on SANITIZE_TARGET=hwaddress builds" am: 3ed9b8b7f9 am: 9d560baab5 am: 2afae90d46 Original change: https://android-review.googlesource.com/c/platform/build/+/1437493 Change-Id: I8b4e10e7b973297b2263fa3e41ccdb77b33c6fc4
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.