commit | 2076ee8eafd2b355359c8884efcefa7eaa11a94b | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Tue Dec 05 22:09:04 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 05 22:09:04 2017 +0000 |
tree | 8a6e3d2c7051fbe9c4a278ff88ec73a369efa648 | |
parent | 8c689d845c1e51efc1bfd01b5d4c89894d95a0fe [diff] | |
parent | e262a65a1ded9c2eb4a14e2e865f908012a4012e [diff] |
Merge "emulator: allows goldfish to disable bootanimation" am: 303a5f0c2d am: e262a65a1d Change-Id: Ib7e8064b3aca27c6324d002784270d015c07b9ac
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.