commit | 94f5b94eae028ce974e74e40d77ab1253680d57b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Jun 15 08:50:37 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 15 08:50:37 2018 -0700 |
tree | 952ea227b04b534d16542e6cd98df16f061d4397 | |
parent | cd7c4bc589e2f3a1201d14434d7fcdcea9407c70 [diff] | |
parent | b6a2565382de3c7266aaee645cc1205033b83939 [diff] |
Merge "Move pid, stacks from envsetup.sh to dedicated scripts." am: b6a2565382 Change-Id: Ia2b9f00a6e23edb97368eab0e0cd7be482580a83
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.