commit | e8aa8ed91fdbd0f2b6eaf4775a455b3429d8d69d | [log] [tgz] |
---|---|---|
author | Elisa Pascual Trevino <elisapascual@google.com> | Fri Jan 12 20:36:38 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 12 20:36:38 2018 +0000 |
tree | 52c42ed2705fff3660918255d6829506e3646697 | |
parent | c8efc4d5f8bd83ad0a5e4310149bdb3f47aa0961 [diff] | |
parent | eaba92c92c2f341091f658609ff3f8c4b11a37d4 [diff] |
[DO NOT MERGE] Update security string to 2018-03-05 for oc-dev Bug:71860241 am: 44861dc6dd am: d57400b494 am: eaba92c92c Change-Id: I599dba59b95f4684df8ce15fbff375a1f5771dca
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.