From eea63fae85444367a1b2c5b4411228251ef5c27f Mon Sep 17 00:00:00 2001 From: Daniel Zheng Date: Mon, 8 May 2023 12:11:56 -0700 Subject: [PATCH] Default building fastboot-info Having fastboot-info build by default Test: m Bug: 194686221 Change-Id: Ic8a524c856604aaac15d52f74bacd7a5943e87c1 --- core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Makefile b/core/Makefile index 0d4e57e54c..036647d8be 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5582,6 +5582,8 @@ $(call declare-0p-target,$(INSTALLED_FASTBOOT_INFO_TARGET)) .PHONY: fastboot_info fastboot_info: $(INSTALLED_FASTBOOT_INFO_TARGET) +droidcore-unbundled: $(INSTALLED_FASTBOOT_INFO_TARGET) + $(call declare-0p-target,$(INSTALLED_MISC_INFO_TARGET)) .PHONY: misc_info