blob: cd15e1b1ee898e5fbda70c80e5b82d5af117d6c6 [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="c7040bf38a2bc9b9566e9e8ddec0fed3bd15e897"
CROS_WORKON_TREE="4c112288b7114ebb4a576b8a1b414d999ae9d3eb"
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"
}