commit | 5566ce97fdfa0e04718e1192854f675edf7ac5f5 | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Mon Jun 18 18:23:39 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 18 18:23:39 2018 -0700 |
tree | ecf70fe06ddeb43dbdd79522d5bfea9bc91d6478 | |
parent | dfe622a1ef0b11f3d757de6c0f5ca0914c607604 [diff] | |
parent | be3c2116cd3c3cab72b8889f1687dbe571b48893 [diff] |
Merge "Build System: fix autogen_test_config problem" am: 2a07d562ac am: be3c2116cd Change-Id: I39d1fc06d73f469d31bb39c2d196f0b7e935151c
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.