commit | bab66909a7eef83661d2656479a56d59cf0dce64 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Apr 23 21:36:20 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 23 21:36:20 2024 +0000 |
tree | 12438959d9136aa6f8dcb0ce11870a5b8595fa3f | |
parent | dbe705432353b5678c3581a2fbef18eba4ca1901 [diff] | |
parent | dc07d86ba4064fa6f023cf07fd814d4ea75e64bf [diff] |
Merge "Remove conditional for artifact list" into main am: e10c4f22b4 am: dc07d86ba4 Original change: https://android-review.googlesource.com/c/platform/build/+/3056482 Change-Id: I81c2f224e5dd16bfacde3051cb4c53b3f04bbf7f 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.