Aaron Gable | 9b164a3 | 2013-09-10 16:28:01 -0700 | [diff] [blame] | 1 | # 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. |
| 18 | CROS_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. |
| 23 | CROS_GIT_INT_HOST_URL="https://chrome-internal.googlesource.com" |
Aviv Keshet | 4144c8d | 2013-07-22 10:52:53 -0700 | [diff] [blame] | 24 | |
| 25 | # @ECLASS-VARIABLE: AUTOTEST_BASE |
| 26 | # @DESCRIPTION: |
| 27 | # Path to build-time destination of autotest (relative to sysroot). |
| 28 | AUTOTEST_BASE="/usr/local/build/autotest" |
| 29 | |