commit | fb756e5b6030e66401fd3aa716bf96022cbe0d65 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue May 17 04:58:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 17 04:58:38 2022 +0000 |
tree | 02b9e79afcb1d86b75aea2e1469a1616ada15c22 | |
parent | 54c1f7cea30c7c1405f6b993948fa6bec4f7af59 [diff] | |
parent | 8f559e099d3263de0ab265a301c7d52f964e7055 [diff] |
[automerger skipped] Use non-next NetworkStack am: 8f559e099d -s ours am skip reason: Merged-In I12348bd913f724c4675177ce6cdf582948d9d03c with SHA-1 b91d60cd22 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18331684 Change-Id: I174848df10476d5788fc87bdf115cb3fea9557ab 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.