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

Commit fa04b8d7 authored by Dennis Shen's avatar Dennis Shen
Browse files

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
parent 64305359
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5137,6 +5137,10 @@ $(call declare-container-license-deps,$(INTERNAL_OTATOOLS_PACKAGE_FILES) $(INTER
.PHONY: otatools-package
otatools-package: $(BUILT_OTATOOLS_PACKAGE)

$(call dist-for-goals, otatools-package, \
  $(BUILT_OTATOOLS_PACKAGE) \
)

endif # build_otatools_package

# -----------------------------------------------------------------