commit | fb8f5baae423a5ca952d4a47c788e1280bb118af | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Wed Feb 21 11:44:57 2018 -0500 |
committer | Colin Cross <ccross@android.com> | Thu May 03 16:47:11 2018 -0700 |
tree | 9dd3e9d6bffee80e417d389ee7c69a9fddf7bb47 | |
parent | 8ead03bde1107d64b1c86d8dc293939f6529c44c [diff] |
Move Support Library dependencies to their own var with resolution Bug: 73250914 Test: make checkbuild Change-Id: Ibdbe2fd140133202b266ca4f233c4d42292fa3df Merged-In: Ibdbe2fd140133202b266ca4f233c4d42292fa3df (cherry picked from commit 53f6b2a80b3dfe66fa149e1f06bd07f12afa62d3)
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.