blob: 607c46e43c294cf33f9ce93f87b27642bfb143e7 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
CROS_WORKON_COMMIT="4b62efec23d4e578406562046b3ac883ee4debe8"
CROS_WORKON_TREE="1e7c9abe9cabc4b51c77d372358664fe6c78dc8c"
CROS_WORKON_PROJECT="chromiumos/platform/arc-camera"
CROS_WORKON_LOCALNAME='../platform/arc-camera'
inherit cros-debug cros-workon libchrome toolchain-funcs
DESCRIPTION="Chrome OS camera test utility."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
RDEPEND="
chromeos-base/libbrillo"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
asan-setup-env
cros-workon_src_configure
}
src_compile() {
cw_emake BASE_VER=${LIBCHROME_VERS} cros-camera-tool
}
src_install() {
dobin tools/cros-camera-tool
}