blob: 58b237ce35440c91291e60ed779b5c63ecb11bd6 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="32328ad177d84468e1d4814afce10f35fa1cdb74"
CROS_WORKON_TREE="67d8c2f56a3b7786261458b35fdf128e44220795"
CROS_WORKON_PROJECT="chromiumos/infra/tnull"
CROS_WORKON_LOCALNAME="../infra/tnull"
CROS_GO_BINARIES=(
"tnull"
)
CROS_GO_VERSION="${PF}"
inherit cros-go cros-workon
DESCRIPTION="Remote Test Driver minimal/fake implementation"
HOMEPAGE="https://chromium.googlesource.com/${CROS_WORKON_PROJECT}"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE=""
DEPEND="
chromeos-base/cros-config-api:=
dev-go/luci-common:=
"