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-09-08 21:58:52 +0000
commit24c9524b721c2097bb72ea0aa3556d7703e3c9a9 (patch)
tree4b044ed34b8833134f2440532fb630347ccf4499 /BoardConfig-common.mk
parent5d912313d78efb3e0d4258b2d1fc53bd41423c8d (diff)
downloadgs201-24c9524b721c2097bb72ea0aa3556d7703e3c9a9.tar.gz
dck: pick up recovery mode library for digital car key wiping
This is done by conditionally including the makefile under vendor so that AOSP builds where vendor is not present do not faile. (cherry picked from commit a3a42642f37eafbc2d460979d829a304e08e5d83) Bug: 203234558 Test: data wipe in Android recovery mode on raven Test: data wipe in Android recovery mode on c10 Test: data wipe in user mode fastbootd mode on raven Test: data wipe in user mode fastbootd mode on c10 Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com> Change-Id: I0ef9dd1ea9eae90ed4feabd19bf9edc7434a572b
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