commit | 0df42f2d311ffb98e5b5ea85fba496e8b937d7b9 | [log] [tgz] |
---|---|---|
author | Elisa Pascual Trevino <elisapascual@google.com> | Thu Jul 11 20:59:42 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 11 20:59:42 2019 -0700 |
tree | 3b8c1d0ecb4d7c09df7b546d5d8f6b30d244daa5 | |
parent | 1200f7722571a60b4d63d51951c711116988ee0b [diff] | |
parent | 2008c27b84287dafdc662c20c0a72fd45807957c [diff] |
Merge "Update Security String to 2019-09-05 Bug: 137199979" into qt-dev am: 61920cbf99 am: 2008c27b84 Change-Id: I7f6e3c06e3dbf477aefe033458e6fef864ea6af1
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.