commit | 7005d4f4ccc022c102217511324295c0997f88f9 | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sony.com> | Wed Apr 03 09:23:51 2019 +0200 |
committer | Elliott Hughes <enh@google.com> | Wed Apr 03 07:41:43 2019 -0700 |
tree | 27136910b979a00f287b681a7d46764d9398cde3 | |
parent | 7369b7622f531b6658c8067750475e4dc964c850 [diff] |
Remove 'column' from modules target The standard target modules stopped working when restrictions in soong were introduced to which binaries are allowed to be used during builds. Listing a very large amount of modules in columns does not make it more readable and harder to work with in tools so just drop it. Bug: 129800175 Test: make modules Change-Id: I26040479a03916161fb5d072de1af640d8080c7f
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.