From 7005d4f4ccc022c102217511324295c0997f88f9 Mon Sep 17 00:00:00 2001 From: Johan Harvyl Date: Wed, 3 Apr 2019 09:23:51 +0200 Subject: [PATCH] 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 --- core/config.mk | 2 -- core/main.mk | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/config.mk b/core/config.mk index 2e3e31fca..6825155db 100644 --- a/core/config.mk +++ b/core/config.mk @@ -615,8 +615,6 @@ JETIFIER := prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/jetifier-standa EXTRACT_KERNEL := build/make/tools/extract_kernel.py -COLUMN:= column - USE_OPENJDK9 := true ifeq ($(EXPERIMENTAL_USE_OPENJDK9),) diff --git a/core/main.mk b/core/main.mk index 990d25568..25dd24bcd 100644 --- a/core/main.mk +++ b/core/main.mk @@ -1668,7 +1668,7 @@ check-elf-files: modules: @echo "Available sub-modules:" @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ - tr -s ' ' '\n' | sort -u | $(COLUMN) + tr -s ' ' '\n' | sort -u .PHONY: dump-files dump-files: