blob: ffec76beb649a142542dbbbab3389cc32835f09e [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_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk arc/vm/sensor_service .gn"
PLATFORM_SUBDIR="arc/vm/sensor_service"
inherit cros-workon platform
DESCRIPTION="ARC sensor service."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/arc/vm/sensor_service"
LICENSE="BSD-Google"
KEYWORDS="~*"
RDEPEND="
"
DEPEND="
${RDEPEND}
"
src_install() {
platform_install
}
platform_pkg_test() {
platform test_all
}