commit | a32da7bb8bafa582123389fda1f1a6a539553714 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Jun 29 22:56:27 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 29 22:56:27 2022 +0000 |
tree | b5c5dbdd81cb735fdb7755e5c952fa2bc85fa5bf | |
parent | 07e862bdda0dfdfdf7048ab9cd528a48cc3b74a5 [diff] | |
parent | a019e163b5284d24ea210465262412c3d12c243c [diff] |
[automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: 05442a9213 -s ours am: a019e163b5 -s ours am skip reason: Merged-In I1dffeb055a68250f574630d4ef5fedc51bad4a2b with SHA-1 dccd189954 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19094626 Change-Id: If41ea83a64c935f6583fa37f8a12c46e04a4e54f 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.