commit | 7068151c6de57eb958f292a270aa81316882f2a8 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Dec 20 15:41:37 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 20 15:41:37 2023 +0000 |
tree | 0d6724f0bc74030713e4671815f789998b93f431 | |
parent | d519cf3846245119e5bbe67912819f418cff18cb [diff] | |
parent | 55b94e59dbde42d760d8abd0dcfb0eb940112e2f [diff] |
Merge changes I74045709,I69b9a843 into main am: 34785f4261 am: c1daacbc8a am: 55b94e59db Original change: https://android-review.googlesource.com/c/platform/build/+/2883369 Change-Id: I832ab79c603f84897a71984a077373691d03001b 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.