Merge "Remove 'column' from modules target"
This commit is contained in:
@@ -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),)
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user