Merge "Remove 'column' from modules target"

This commit is contained in:
Elliott Hughes 2019-04-04 20:17:05 +00:00 committed by Gerrit Code Review
commit 24e47858f2
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: