Remove mention of BOARD_CONFIG_VENDOR_PATH
It has been removed from all product configurations. Fixes: 220169197 Test: Presubmits Change-Id: Ib9330ff71078697a5c93757426215bd0f3efdba4
This commit is contained in:
parent
7309742728
commit
1add0bc5e2
1 changed files with 0 additions and 1 deletions
|
@ -430,7 +430,6 @@ func newParseContext(ss *StarlarkScript, nodes []mkparser.Node) *parseContext {
|
||||||
{"TARGET_COPY_OUT_RECOVERY", "recovery"},
|
{"TARGET_COPY_OUT_RECOVERY", "recovery"},
|
||||||
{"TARGET_COPY_OUT_VENDOR_RAMDISK", "vendor_ramdisk"},
|
{"TARGET_COPY_OUT_VENDOR_RAMDISK", "vendor_ramdisk"},
|
||||||
// TODO(asmundak): to process internal config files, we need the following variables:
|
// TODO(asmundak): to process internal config files, we need the following variables:
|
||||||
// BOARD_CONFIG_VENDOR_PATH
|
|
||||||
// TARGET_VENDOR
|
// TARGET_VENDOR
|
||||||
// target_base_product
|
// target_base_product
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue