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