Merge "Clear TARGET_PRODUCT and TARGET_BUILD_VARIANT when getting lunch menu"

This commit is contained in:
Colin Cross 2021-04-23 00:25:52 +00:00 committed by Gerrit Code Review
commit e9fe7ee68b
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ function print_lunch_menu()
{
local uname=$(uname)
local choices
choices=$(TARGET_BUILD_APPS= get_build_var COMMON_LUNCH_CHOICES 2>/dev/null)
choices=$(TARGET_BUILD_APPS= TARGET_PRODUCT= TARGET_BUILD_VARIANT= get_build_var COMMON_LUNCH_CHOICES 2>/dev/null)
local ret=$?
echo