blob: 0f176a45a184dba76ce6a7aefc8723dddc3e5766 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="765c939086643bfb67f13da2df5f20729cd997f9"
CROS_WORKON_TREE=("cf397e9600a0b2d153f579c58419577cfca75ab7" "4325ef063ed52f8cb1153746e1c5e54833e3d926" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_DESTDIR="${S}/platform2"
CROS_WORKON_SUBTREE="common-mk ml_benchmark .gn"
DESCRIPTION="Chrome OS ML Benchmarking Suite"
PLATFORM_SUBDIR="ml_benchmark"
inherit cros-workon platform
RDEPEND=""
DEPEND="
${RDEPEND}
"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
src_install() {
dobin "${OUT}"/ml_benchmark
}
platform_pkg_test() {
platform_test "run" "${OUT}/ml_benchmark_test"
}