blob: 650f33a3be6bdf55e737527b196e729973f1cec6 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_WORKON_COMMIT="c7ece0f317b6ef8343f01fc2b07a47cee81c9ba3"
CROS_WORKON_TREE="7e954ec4da36f62f332e2fe54917c5cc2efcdaea"
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"
KEYWORDS="*"
src_install() {
dobin "${OUT}"/memory-eater/memory-eater
}