commit | b4cd6b65a70b593b131475736d541da484c048bc | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Tue Nov 27 17:11:15 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 27 17:11:15 2018 -0800 |
tree | f613cadf8edaab25f25dac7954532d22233d6ac9 | |
parent | f4627605102480409eef1e72e8d5c4d890402bac [diff] | |
parent | e9bb6ca05b3b75c5741b6b0ada2ba7131205545f [diff] |
Merge "Correctly configure armv8-2a for 32-bit" am: e9bb6ca05b Change-Id: I9e955db361a60b6c014c339c47ef94dc5651c63c
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.