commit | eea63fae85444367a1b2c5b4411228251ef5c27f | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon May 08 12:11:56 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Mon May 08 12:11:56 2023 -0700 |
tree | 196fc9deec92de0f0ca38210a7d139d9e0a9c3b1 | |
parent | 2b7ddbda548d6b610a527ad5cd5286ae8b2a9148 [diff] |
Default building fastboot-info Having fastboot-info build by default Test: m Bug: 194686221 Change-Id: Ic8a524c856604aaac15d52f74bacd7a5943e87c1
diff --git a/core/Makefile b/core/Makefile index 0d4e57e..036647d 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5582,6 +5582,8 @@ .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