blob: eaf7504342981739595de7c1997b11f8bfbb3fab [file] [log] [blame]
#!/bin/bash -e
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
path=$1
product_variant=$2
shift 2
cd $path
. build/envsetup.sh
export USE_GOMA=true
export USE_NINJA=true
lunch $product_variant
# set verbose since here because "lunch" is too verbose.
set -x
"$@"