From 819e3d11cdfa75e8eaa1d8c8ee80f1a05888eed9 Mon Sep 17 00:00:00 2001 From: Jeffrey Carlyle Date: Fri, 19 Aug 2022 16:10:06 -0700 Subject: [PATCH] dck: pick up recovery mode library for digital car key wiping This is done by optionally including a Makefile (-include) so that aosp builds in which the library is not present will pass. Bug: 203234558 Test: build only Signed-off-by: Jeffrey Carlyle Change-Id: Ibc4967cbc115959a71ee04c2116ce8ab21575e24 --- BoardConfig-common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 1029bcd0..d7733f6b 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -411,3 +411,6 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K # Protected VM firmware BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000 + +# pick up library for cleaning digital car keys on factory reset +-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk