From 1add0bc5e2d6f3d2bb358e674528f17740c136b1 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 22 Feb 2022 11:50:34 -0800 Subject: [PATCH] Remove mention of BOARD_CONFIG_VENDOR_PATH It has been removed from all product configurations. Fixes: 220169197 Test: Presubmits Change-Id: Ib9330ff71078697a5c93757426215bd0f3efdba4 --- mk2rbc/mk2rbc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mk2rbc/mk2rbc.go b/mk2rbc/mk2rbc.go index cb50a5014..2b46c2e45 100644 --- a/mk2rbc/mk2rbc.go +++ b/mk2rbc/mk2rbc.go @@ -430,7 +430,6 @@ func newParseContext(ss *StarlarkScript, nodes []mkparser.Node) *parseContext { {"TARGET_COPY_OUT_RECOVERY", "recovery"}, {"TARGET_COPY_OUT_VENDOR_RAMDISK", "vendor_ramdisk"}, // TODO(asmundak): to process internal config files, we need the following variables: - // BOARD_CONFIG_VENDOR_PATH // TARGET_VENDOR // target_base_product //