blob: da551400cd47d1aa8d7c63fd8318f8711082608b [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
EAPI=7
CROS_WORKON_COMMIT="e120a38324e6a4f913141f6cf31bccdb4d17caa2"
CROS_WORKON_TREE=("eec5ce9cfadd268344b02efdbec7465fbc391a9e" "fa24ab0fc6e21c266469b6bac3ede2c779b76079" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_SUBTREE="common-mk croslog .gn"
PLATFORM_SUBDIR="croslog"
inherit cros-workon platform
DESCRIPTION="Log viewer for Chromium OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/croslog"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE=""
src_install() {
platform_install
}
platform_pkg_test() {
platform test_all
}