Merge "Create otatools build target with dist"

This commit is contained in:
Treehugger Robot 2023-03-31 01:12:45 +00:00 committed by Gerrit Code Review
commit a4721a5e6b

View file

@ -5246,6 +5246,10 @@ $(call declare-container-license-deps,$(INTERNAL_OTATOOLS_PACKAGE_FILES) $(INTER
.PHONY: otatools-package .PHONY: otatools-package
otatools-package: $(BUILT_OTATOOLS_PACKAGE) otatools-package: $(BUILT_OTATOOLS_PACKAGE)
$(call dist-for-goals, otatools-package, \
$(BUILT_OTATOOLS_PACKAGE) \
)
endif # build_otatools_package endif # build_otatools_package
# ----------------------------------------------------------------- # -----------------------------------------------------------------