blob: 620ccd8fb037e935796d437739144491ca9ae282 [file] [log] [blame]
# Copyright 2016 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="8b6e11a069e490c761cdab7ab3ff59434806cd9c"
CROS_WORKON_TREE=("41d899585b7a07ea908a0cca2944a7b8a4d13655" "faa5b8036561b66b5b9d79ea1af8a95927a0ae0f" "bce70a061c6526a8d12ed70642e20209776763a9" "f91b6afd5f2ae04ee9a2c19109a3a4a36f7659e6")
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
# TODO(https://crbug.com/809389)
CROS_WORKON_SUBTREE="common-mk metrics timberslide .gn"
PLATFORM_SUBDIR="timberslide"
inherit cros-workon platform
DESCRIPTION="EC log concatenator for Chromium OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/timberslide/"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
RDEPEND="
>=chromeos-base/metrics-0.0.1-r3152:=
dev-libs/re2:=
"
DEPEND="${RDEPEND}"
platform_pkg_test() {
platform test_all
}