commit | 95b1a89c181f044a9b8928a973afad565bfa0098 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Mon Jun 17 15:18:42 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 17 15:18:42 2019 -0700 |
tree | dff1c4bc4254ce040905a18e692eecaee954b4cf | |
parent | cc896e03122c68c8ff68f621e7c7af7c9757b904 [diff] | |
parent | 78a6b8c0f7878b66a1dd218fa35b8adcf590ccd8 [diff] |
Revert "Update Security String from 08-05 to 2019-08-01 Bug:126590667" am: 0c355124bf am: 78a6b8c0f7 Change-Id: I3c43d09bdcd01fd2a522228e871374e7b8492734
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.