From 301c6f471bb5ce7b63a7773c1e6709b93e7b1db8 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 1 Apr 2019 21:24:12 -0700 Subject: [PATCH] Removed an obsolete TODO. The intended check was to ensure system image won't be built as a chained partition when using dynamic partitions. Because such an image can't be verified by bootloader. As it evolves, GSI system image has been built against the intended check. Because GSI system image will be verified by first stage init in userspace. Bug: 80195851 Test: TreeHugger Change-Id: I45b079799e5d7443e82d73d43e2b63c613f33165 --- core/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/Makefile b/core/Makefile index e6bf05ab57..dc06051c81 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1408,9 +1408,6 @@ ifeq ($(PRODUCT_SUPPORTS_VERITY),true) $(error vboot 1.0 doesn't support logical partition) endif -# TODO(b/80195851): Should not define BOARD_AVB_SYSTEM_KEY_PATH without -# BOARD_AVB_SYSTEM_DETACHED_VBMETA. - endif # PRODUCT_USE_DYNAMIC_PARTITIONS # $(1): the path of the output dictionary file