commit | d61ce6cd378a195d4b73fbebf0c72e7f9f60b0b4 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jan 25 01:18:22 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 25 01:18:22 2018 +0000 |
tree | 726774143fc7c8b3cc4bf4d73666335cae382822 | |
parent | 931d76e1c46893ef7a8d4258599dc373ebf2a1cd [diff] | |
parent | f5e4f218319e802bb1dc471e903e5d65d8d88968 [diff] |
Merge "Add Nan to OWNERS" am: 11e95dedd2 am: f5e4f21831 Change-Id: Ifb2687e86907540bf2dd9249cae3dabd07ea5ddf
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.