commit | 18a9f74baeb32670ef0fd4473c2c081d4cdb707a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 04 03:44:03 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 04 03:44:03 2022 +0000 |
tree | 4dcb1368ff34f9405d16c56d0e71d06f124e9d7f | |
parent | a9c76aba9f198222b938925d8c9e0112f0c41873 [diff] | |
parent | 3248b76fa16ca6b08b861ff2c91fd25d4388635d [diff] |
Merge "Phony target to report all library names." am: f2a0110d36 am: 578d7b2492 am: 3248b76fa1 Original change: https://android-review.googlesource.com/c/platform/build/+/2002324 Change-Id: I803e67a57afde5fb3ceb6fd04f908caf0cfa165d
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.