blob: a92fbdd55d78ce6456518b642a50feaa8d912c2a [file] [log] [blame]
Aaron Gable9b164a32013-09-10 16:28:01 -07001# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
4# @ECLASS: cros-constants.eclass
5# @MAINTAINER:
6# ChromiumOS Build Team
7# @BUGREPORTS:
8# Please report bugs via http://crbug.com/new (with label Build)
9# @VCSURL: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/eclass/@ECLASS@
10# @BLURB: helper eclass with various useful constants for building ChromeOS
11# @DESCRIPTION:
12# A collection of various useful constants for building ChromeOS
13
14
15# @ECLASS-VARIABLE: CROS_GIT_HOST_URL
16# @DESCRIPTION:
17# Url for the git server containing various Chromium/OS repos.
18CROS_GIT_HOST_URL="https://chromium.googlesource.com"
19
20# @ECLASS-VARIABLE: CROS_GIT_INT_HOST_URL
21# @DESCRIPTION:
22# Url for the git server containing various Chrome/OS repos.
23CROS_GIT_INT_HOST_URL="https://chrome-internal.googlesource.com"
Aviv Keshet4144c8d2013-07-22 10:52:53 -070024
25# @ECLASS-VARIABLE: AUTOTEST_BASE
26# @DESCRIPTION:
27# Path to build-time destination of autotest (relative to sysroot).
28AUTOTEST_BASE="/usr/local/build/autotest"
29