Merge "Remove 'column' from modules target"
This commit is contained in:
commit
24e47858f2
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue