blob: bff28094fb3b367aad1de60557ef607713c6d06a [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="2688ab92e10d2fa66db201406da17ae7b9bd2146"
CROS_WORKON_TREE=("98dc0e41c39db32bf5bff523e7fb2c372405d891" "8083bdbef3cd7fbbc9ec90941ff0418df2ce6d78")
CROS_WORKON_LOCALNAME="../platform/crosvm"
CROS_WORKON_PROJECT="chromiumos/platform/crosvm"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_RUST_SUBDIR="common/assertions"
CROS_WORKON_SUBTREE="${CROS_RUST_SUBDIR} .cargo"
CROS_WORKON_SUBDIRS_TO_COPY=(${CROS_WORKON_SUTREE})
inherit cros-workon cros-rust
DESCRIPTION="Crates for compile-time assertion macro."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/crosvm/+/HEAD/assertions"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE="test"
RDEPEND="!!<=dev-rust/assertions-0.1.0-r3"