blob: ba0453a4d347c7718f032648eb29f47ce7a331ab [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"
CROS_WORKON_COMMIT="27ef01c9953290d2609d07fc8e2b6689341494df"
CROS_WORKON_TREE=("96ecb2dad8cd853305974b8e506a17e386c4ee60" "1a404f6bcb3f72af4e7593a1112bfeb943d59d8d" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk arc/vm/libvda .gn"
PLATFORM_SUBDIR="arc/vm/libvda"
inherit cros-workon platform
DESCRIPTION="libvda Chrome GPU tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/arc/vm/libvda"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="
chromeos-base/libbrillo:=
media-libs/minigbm:=
"
DEPEND="
${RDEPEND}
chromeos-base/system_api:=
"
src_compile() {
platform "compile" "libvda_gpu_unittest"
}
src_install() {
exeinto /usr/libexec/libvda-gpu-tests
doexe "${OUT}/libvda_gpu_unittest"
}