Merge "Remove 'column' from modules target" into qt-dev

This commit is contained in:
TreeHugger Robot 2019-04-05 06:00:09 +00:00 committed by Android (Google) Code Review
commit da72f69a2b
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: