Added required BOARD environment variable when building chrome browser in sync_build_test.

Also minor indentation fix.

Review URL: http://codereview.chromium.org/3023031
This commit is contained in:
Raymes Khoury 2010-08-02 14:55:13 -07:00
parent b1d37f74db
commit 415d42d0de

View File

@ -543,9 +543,9 @@ function main() {
fi
if [[ ${FLAGS_chrome_root} ]]; then
run_phase_in_chroot "Building Chromium browser" \
USE="build_tests" FEATURES="-usersandbox" \
CHROME_ORIGIN=LOCAL_SOURCE emerge-${FLAGS_board} chromeos-chrome
run_phase_in_chroot "Building Chromium browser" \
BOARD="${FLAGS_board}" USE="build_tests" FEATURES="-usersandbox" \
CHROME_ORIGIN=LOCAL_SOURCE emerge-${FLAGS_board} chromeos-chrome
fi
if [[ ${FLAGS_master} -eq ${FLAGS_TRUE} ]]; then