commit | e98baf0e4a94901dfae68adc00e9f9286f33a3a8 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Tue Jul 24 17:05:37 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 24 17:05:37 2018 -0700 |
tree | 10e422121cec2bd6731f366b1a39bee2505f356e | |
parent | 76f0441dc046d12e205cdd9481d218d9427fd082 [diff] | |
parent | 28af1e74844d9b9eb4a4c1136bb24c32022d2491 [diff] |
Merge "Copy annotations.zip to out/target/common/obj/PACKAGING/" am: 28af1e7484 Change-Id: I869c2977e9d366523e9042155173677f4e9efb42
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.