commit | 7293c1e4b9675c9a3fa804dc34436ef628567b6d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Feb 26 22:12:30 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Feb 27 06:18:35 2019 +0000 |
tree | 6e6541f7c8b45a5cb8c5b5b7f51a0687c176e729 | |
parent | 55ebd614869eee90749fd87061a608b97fc04bc8 [diff] |
Update manifest merger to use binary Manifest merger is now a java_binary instead of a collection of jars, it can use the single binary as the dependency. Bug: 112607039 Test: m checkbuild Change-Id: Id97b01542314cb165ebf7c90409a09482d8c53bc
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.