From a76d104aacc26f4a7d7acfaab8b2fd0a12f5b500 Mon Sep 17 00:00:00 2001 From: Tianjie Date: Fri, 12 Mar 2021 11:42:05 -0800 Subject: [PATCH] Include the Pixel common board configuration In particular, the config builds the hashtree with SHA256 for verified boot 2.0. Bug: 156162446 Test: build an image, run avbtool info_image Change-Id: Ib588472434f5df0265d8b457c184272ae4b566fb --- BoardConfig-common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 6a956183..f0302480 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -14,6 +14,7 @@ # limitations under the License. # include build/make/target/board/BoardConfigMainlineCommon.mk +include build/make/target/board/BoardConfigPixelCommon.mk # Should be uncommented after fixing vndk-sp violation is fixed. PRODUCT_FULL_TREBLE_OVERRIDE := true