commit | 71494fd2ddd194c8741f93bbc573d4cee1ede591 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 05 06:01:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 05 06:01:16 2020 +0000 |
tree | b7bd3a962ad5d08c096e77798bca62561f33ed3c | |
parent | a9e3bd0bdb26b9ca331b6b7cd455093ef1c83734 [diff] | |
parent | abb9ed232acf74ded36f969d3a1db3ec0abe422d [diff] |
Merge "Delete unused subdirectory." am: 090c0c9c6e am: 94cbd2d807 am: 629f5b6d70 am: fabd03b36d am: abb9ed232a Original change: https://android-review.googlesource.com/c/platform/build/+/1373479 Change-Id: I178e7c28e90e2b7f6bda6dcbee8641eaddaa41db
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.