Merge "Remove 'column' from modules target" am: 24e47858f2

am: ec7a6e26cb

Change-Id: Idf5b7a4747de4f61b2696cdeb3f383ccddfad3a2
This commit is contained in:
Elliott Hughes 2019-04-04 16:33:44 -07:00 committed by android-build-merger
commit 2a61a45441
2 changed files with 1 additions and 3 deletions

View File

@ -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),)

View File

@ -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: