commit | 4297c39e75bc19d947b3a235fd645b0f6120c1da | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Dec 19 11:27:39 2017 -0800 |
committer | Dan Albert <danalbert@google.com> | Fri Jan 05 11:49:43 2018 -0800 |
tree | 3661228c1cb3aef7959df756f9d1debe1473b949 | |
parent | b2e9b2b34f3dc1c8c51203a074112d5ac3372373 [diff] |
Also restrict NDK linking by static/shared STL. Test: make checkbuild Bug: None Change-Id: I0eb29ec483c069d1c12f444fd2e94cc6eb320f93
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.