Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 216d8448 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 95f862bc: merge from open-source master

Merge commit '95f862bc' into kraken

* commit '95f862bc':
  Fix "make modules" script bug under Mac OS X.
parents 105a934f 95f862bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -753,7 +753,7 @@ clobber:
modules:
	@echo "Available sub-modules:"
	@echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \
	      sed -e 's/  */\n/g' | sort -u | $(COLUMN)
	      tr -s ' ' '\n' | sort -u | $(COLUMN)

.PHONY: showcommands
showcommands: