blob: c47a81088a2ab10a49e1b28b40b8cfd83009293c [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="b185026d1fb2da6514a90dc6527e0537c52054d4"
CROS_WORKON_TREE="a3fdb6875ea67a8baf42a8671fe004cd4b89c90a"
CROS_WORKON_PROJECT="chromiumos/platform/arc-camera"
CROS_WORKON_LOCALNAME="../platform/arc-camera"
inherit cros-debug cros-workon libchrome toolchain-funcs
DESCRIPTION="Test for camera algorithm bridge library"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
media-libs/arc-camera3-libcab"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC CXX PKG_CONFIG
cros-debug-add-NDEBUG
emake BASE_VER=${LIBCHROME_VERS} libcab_test
}
src_install() {
dobin common/libcab_test
dolib common/libcam_algo.so
}