From a219f1e78367c66c3c2c71481b085b04552b7d1b Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 3 Oct 2023 15:52:35 -0700 Subject: [PATCH] Add BUILD_BROKEN_INCORRECT_PARTITION_IMAGES Redfin has issues that prevent it from working with a hermetic partition build. Bug: 205632228 Test: Presubmits Change-Id: Id3dbfd1f7e25d346d5cd31ad04f3d8973889e472 --- redfin/BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redfin/BoardConfig.mk b/redfin/BoardConfig.mk index 1bcb070..9e6d0ca 100644 --- a/redfin/BoardConfig.mk +++ b/redfin/BoardConfig.mk @@ -32,3 +32,5 @@ else -include vendor/google_devices/redfin/proprietary/BoardConfigVendor.mk endif + +BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true