commit | 0d0bb055253102e78f91d17c70e7df8ce33ff069 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Nov 29 11:42:39 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 29 11:42:39 2018 -0800 |
tree | d6e0f6c896cd16143c648344950cd64bb56a702b | |
parent | 4d8780a5c8b8198ddaec08525e3f45b278078a68 [diff] | |
parent | 0bc57620fc25294163638546d86958dfa70f18d2 [diff] |
Merge "Add two compile flags for mainline" am: 0bc57620fc Change-Id: If1333dd913d6f6316f64fa23c61fca95728817e5
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.