commit | 1a189eb4676fdc9773ee860046d33ed9d340c5a3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat May 08 22:01:11 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 08 22:01:11 2021 +0000 |
tree | 03309b128f6dfc862b7b6c437d8aeaa149e9429d | |
parent | d51c9221e40df015e9983fef5df097dce38e63b8 [diff] | |
parent | 62a73dbed0578da1997227902f2816616bdcfb5d [diff] |
Merge "DO NOT MERGE - Merge RQ2A.210505.003." am: 62a73dbed0 Original change: https://android-review.googlesource.com/c/platform/build/+/1700329 Change-Id: I9f1135f281bc018b4d59c0c9ff5e5e78934a4ab8
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.