From fa04b8d7ed9cb322088b4461f459deea34d9a8b7 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 Ignore-AOSP-First: cherry pick of aosp/2515235 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 b018106853..348bf8c4af 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 # -----------------------------------------------------------------