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

Commit 46e28206 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use shell sort command"

parents 65a2b40d ed714e0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5065,8 +5065,8 @@ INTERNAL_OTATOOLS_PACKAGE_FILES += \
endif

INTERNAL_OTATOOLS_RELEASETOOLS := \
  $(sort $(shell find build/make/tools/releasetools -name "*.pyc" -prune -o \
      \( -type f -o -type l \) -print))
  $(shell find build/make/tools/releasetools -name "*.pyc" -prune -o \
      \( -type f -o -type l \) -print | sort)

BUILT_OTATOOLS_PACKAGE := $(PRODUCT_OUT)/otatools.zip
$(BUILT_OTATOOLS_PACKAGE): PRIVATE_ZIP_ROOT := $(call intermediates-dir-for,PACKAGING,otatools)/otatools