From 2e84027864e9ca74ff3258bc1eee9fbad9ef33e9 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Mon, 30 Oct 2023 11:20:13 -0700 Subject: [PATCH] Add a phony target for mk2bp_remaining files. Bug: 308452586 Test: m mk2bp_remaining; CIs Change-Id: I3d9242db500232da281f148da6b8205ada0b72e2 --- core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile b/core/Makefile index d371fb8f31..54b967eb5f 100644 --- a/core/Makefile +++ b/core/Makefile @@ -871,6 +871,9 @@ $(MK2BP_REMAINING_CSV): $(SOONG_CONV_DATA) $(MK2BP_CATALOG_SCRIPT) $(PRODUCT_PAC $(call declare-1p-target,$(MK2BP_REMAINING_CSV)) $(call dist-for-goals,droidcore-unbundled,$(MK2BP_REMAINING_CSV)) +.PHONY: mk2bp_remaining +mk2bp_remaining: $(MK2BP_REMAINING_HTML) $(MK2BP_REMAINING_CSV) + # ----------------------------------------------------------------- # Modules use -Wno-error, or added default -Wall -Werror WALL_WERROR := $(PRODUCT_OUT)/wall_werror.txt