blob: 16f635c90a13a0c7a0ee14c2274e231886b958b2 [file] [log] [blame]
# Copyright 2018 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Install the default autotest labels"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}"
src_install() {
insinto /etc/autotest-capability/
doins -r "${FILESDIR}"/*
}