blob: 33c83661ec706fb6b7dc7d52dc309e8b0f87a305 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit arc-build-constants
DESCRIPTION="Install codec configuration on ARCVM"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}"
RDEPEND="!chromeos-base/arcvm-codec-software"
src_install() {
arc-build-constants-configure
insinto "${ARC_VM_VENDOR_DIR}/etc/"
doins "${FILESDIR}"/*
}