blob: 00fdb02afa0d2803aab32cecda2977f02a54726f [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm64 arm"
IUSE="bootimage cros_ec"
S="${WORKDIR}"
# Add dependencies on other ebuilds from within this board overlay
RDEPEND=""
DEPEND="${RDEPEND}"
src_install() {
insinto /opt/google/containers/android/vendor/etc/
doins "${FILESDIR}/media_codecs.xml"
}