commit | fb5e9beb0cdfe48ae2ca5273bb6f398e87ee8361 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Nov 05 16:07:38 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 16:07:38 2019 -0800 |
tree | 31713a8f0666ab26424ef443be2b759b6a21b3ec | |
parent | ee25b9642d87a098c78e97ed9ab46ff70db28d82 [diff] | |
parent | d2f79ce86e2d9414a014e128edd28254bb78abae [diff] |
Merge "Build the adbd apex." am: c274348f66 am: c089c339ee am: d2f79ce86e Change-Id: I84ebac0c0ed4f4c50fbc2a8cd7faee897c88d126
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.