From 5acfb9c4c6d87547d92406a61329e5fc4d9bbbea Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Thu, 30 Mar 2023 12:27:31 +0000 Subject: [PATCH] Create otatools build target with dist BUG: b/275545565 TEST: m otatools-dist dist Change-Id: I8484a7927955bf694221937ba778db7065b83eb2 --- core/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/Makefile b/core/Makefile index c4d5530aa6..c8eeceebdd 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5246,6 +5246,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 # -----------------------------------------------------------------