commit | d8222c1a3db0003ea5c3045a88ee30111fcdddb3 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jun 20 01:40:09 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 20 01:40:09 2018 -0700 |
tree | 9e765e5db511da2da8cfdb466898f6e975246519 | |
parent | 866af5afae8398a5fda52203fcc49f311a175365 [diff] | |
parent | 66c27e5411b7ff676a37cf499e79a5ea50da665f [diff] |
Merge "Export SDK library names" am: dabf1a0c5a am: 56be041198 am: 66c27e5411 Change-Id: I25c4ee891033703e1cbec53a29da162b49cb9776
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.