commit | c9cfed793f39d089166a0cf1145911ed33e8a708 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 13 22:31:53 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 13 22:31:53 2018 -0800 |
tree | bade434fe6224cdaf88f68d03f3a9c05c97f7e3a | |
parent | 88fb4ca836cd9292ef3232e5f6775703cb5858a8 [diff] | |
parent | f42b43c40dccc503a6bd4a5b17d333a87d0b8f74 [diff] |
Merge "Add missing dependency on zip2zip" am: 06c8df1ccd am: f42b43c40d Change-Id: I8d981dcd45ee9b40599c88fa7e89e5d2b0e29030
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.