blob: 1be95c7942d3fe82b309af405357f229f13f1258 [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="816a8d87cd43a3ebb2d454c9e1e02e12581788fc"
CROS_WORKON_TREE="a9caff67be811b3e34198a1bb8ad99ee53ebeb21"
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"
}