commit | d51c9221e40df015e9983fef5df097dce38e63b8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sat May 08 22:00:38 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 08 22:00:38 2021 +0000 |
tree | 03309b128f6dfc862b7b6c437d8aeaa149e9429d | |
parent | 593ab41f742bbcaf0e7b01aa93a6e824b8d050ae [diff] | |
parent | 7a2e4a990a2574a2269d92ecd5d5f8176168f837 [diff] |
DO NOT MERGE - Merge RQ2A.210505.003. am: 7a2e4a990a Original change: https://android-review.googlesource.com/c/platform/build/+/1700329 Change-Id: Icd4a248b405c75f236a52025ad1ea2859b601c22
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.