blob: 7aab930e0366eddb1436a59f04198ebe89960cdf [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_WORKON_COMMIT="518003bc070970f25b9ab97c0560d762846c5e65"
CROS_WORKON_TREE="78ab60cace2eabca9fd0eab96be2327cc6231ea7"
CROS_WORKON_PROJECT="chromiumos/platform/microbenchmarks"
CROS_WORKON_LOCALNAME="../platform/microbenchmarks"
inherit cros-workon cros-common.mk
DESCRIPTION="Home for microbenchmarks designed in-house."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/microbenchmarks"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
src_install() {
dobin "${OUT}"/memory-eater/memory-eater
}