blob: aa5d2db48a727c6c33f06091f9f1588f0fafb273 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs unpacker
DESCRIPTION="MediaTek tuning library binaries required by the MediaTek camera HAL"
SRC_URI="gs://chromeos-localmirror/distfiles/mtk-tuning-libs-bin-${PV}.tar.xz"
LICENSE="LICENCE.mediatek"
SLOT="0"
KEYWORDS="-* arm arm64"
S="${WORKDIR}"
src_install() {
dolib.so mtk-tuning-libs-bin/*.so*
}