blob: dd6838306503e6cb53a8239483e8922f6aaf8aa7 [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="074050c048d04bdc844683fb42f8daeaf667dc98"
CROS_WORKON_TREE="ce83644129d2e6d31c4c8f5a24a8e10c6fced18a"
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"
}