summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
diff options
context:
space:
mode:
authorJeffrey Carlyle <jcarlyle@google.com>2022-08-22 14:37:19 -0700
committerJeffrey Carlyle <jcarlyle@google.com>2022-08-24 12:25:12 -0700
commita3a42642f37eafbc2d460979d829a304e08e5d83 (patch)
tree4aa26aa20f89da92d2dfb8417b77fff2d26a3c61 /BoardConfig-common.mk
parent7447cd3664ad0c5dc3b4130dcc31c30d8c2db086 (diff)
downloadgs201-a3a42642f37eafbc2d460979d829a304e08e5d83.tar.gz
dck: pick up recovery mode library for digital car key wiping
This is done by pick optionally including a Makefile so that aosp builds in which the library is not present will pass. Bug: 203234558 Test: adb reboot recovery; wipe data via menu; verify keys removed Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: I53967a5e8ea0327d6467623929902b90eb2c85da
Diffstat (limited to 'BoardConfig-common.mk')
-rw-r--r--BoardConfig-common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 9ca9773..0f7c882 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -414,3 +414,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