blob: 8ce49df9d5d8dff432e244878be63a708b633926 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="92b7baff54aba25610a9b847037a3a41109ebce8"
CROS_WORKON_TREE="3e2f93815cd0a0abcbe5c71a354e7dc8e07f9610"
CROS_WORKON_PROJECT="chromiumos/platform/ec"
CROS_WORKON_LOCALNAME="ec"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
inherit cros-workon
DESCRIPTION="Chrome OS EC Utility Helper"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="chromeos-base/ec-utils"
src_compile() {
:
}
src_install() {
dosbin "util/inject-keys.py"
}