blob: 22c5cf1f3100b88dbabcec236a70a6bc9e8ca125 [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="442ae5ca1f028435e1c5432886f8243c1ba5960c"
CROS_WORKON_TREE="5f371b7f3ba13ce37d9eecc725aa94bd0a719de8"
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-chromeinfra:=
dev-go/luci-auth:=
dev-go/luci-common:=
"
src_configure() {
$(cros-workon_get_build_dir)/generate_metadata.sh
}