Create otatools build target with dist

Ignore-AOSP-First: cherry pick of aosp/2515235

BUG: b/275545565
TEST: m otatools-dist dist
Change-Id: I8484a7927955bf694221937ba778db7065b83eb2
This commit is contained in:
Dennis Shen
2023-03-30 12:27:31 +00:00
parent 6430535916
commit fa04b8d7ed

View File

@@ -5137,6 +5137,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
# ----------------------------------------------------------------- # -----------------------------------------------------------------