blob: 86dbccb3e7d10e44fe0de3705e9f5f1b81efb239 [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="11c524e2e89190c2783faf5cb47a028da1f0fb80"
CROS_WORKON_TREE="8aa2a41400fe11790267c04bcfbe5bee5133effd"
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"
}