blob: 4ea2069471c0d436853ad268fdb4b93370602cd9 [file] [log] [blame]
Darin Petkov6ffc0192010-08-13 12:42:56 -07001#!/bin/bash
2
Gilad Arnoldab3bb452012-05-22 09:08:12 -07003# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
Darin Petkov6ffc0192010-08-13 12:42:56 -07004# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
Gilad Arnoldab3bb452012-05-22 09:08:12 -07007# Emerges necessary packages for building and testing the update engine. This
8# allows incremental building, bypassing ebuild dependency resolution.
9
Darin Petkov6ffc0192010-08-13 12:42:56 -070010set -ex
11
Gilad Arnoldab3bb452012-05-22 09:08:12 -070012sudo USE="-crash cros-debug" emerge -DNuv1 --selective=n "$@" \
David James79003592010-10-26 14:37:01 -070013 chromeos-base/hard-host-depends \
Darin Petkov6ffc0192010-08-13 12:42:56 -070014 chromeos-base/libchrome \
15 chromeos-base/metrics \
Darin Petkov44d98d92011-03-21 16:08:11 -070016 chromeos-base/vboot_reference \
Darin Petkov6ffc0192010-08-13 12:42:56 -070017 dev-cpp/gmock \
18 dev-cpp/gtest \
19 dev-util/bsdiff \
Gilad Arnold1e6bb9c2012-06-18 12:27:12 -070020 dev-util/lcov \
Darin Petkove7f9ce82010-08-30 14:02:24 -070021 sys-apps/rootdev