commit | 0550ae99a42e93672dbf6fefdccabf8e13fd8651 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 28 22:57:34 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 28 22:57:34 2020 +0000 |
tree | 6c1b2e9201b1309e4ed5320cea9db7fad7764ddb | |
parent | 518e810142df621ef6210f1c9bbb8e902f2ddcff [diff] | |
parent | a8008259f98dc8d23158e52322b7568b291b814d [diff] |
Merge "Fix building docs as part of checkbuild" am: 35e12a7020 am: a8008259f9 Change-Id: Ib7fbc6ee15d98e7f7f6b85c1a2cecebec5c79bc7
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.