commit | b959e7cf944122441f87e5cb0ef52c132f41021c | [log] [tgz] |
---|---|---|
author | Elisa Pascual Trevino <elisapascual@google.com> | Thu Jul 11 15:17:53 2019 -0700 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jul 12 04:09:34 2019 +0000 |
tree | 4fd0693ae04a191fda5f5fcfd8a29dc61558432c | |
parent | c2f56d45e86939c6d5294b7d06e691f810acbb9c [diff] |
Update Security String to 2019-09-01 Bug: 137199979 (cherry picked from commit 436498276617e0b45586421464d8f425375982bd) Change-Id: I9defb8b1af7378a72a1dcfdad7699c9828cbd4fd
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.