blob: 4e863580fe0447329e879730d62263e9bfa56633 [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="4837ee14c7390c310a8a61e9bc23cf661d222767"
CROS_WORKON_TREE="a51a9cbc5c93dd44183264cf58b406477cc03119"
CROS_WORKON_PROJECT="chromiumos/platform/chameleon"
inherit cros-workon cros-sanitizers
DESCRIPTION="Chameleon bundle for Autotest lab deployment"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/chameleon/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}"
src_configure() {
sanitizers-setup-env
default
}
src_install() {
local base_dir="/usr/share/chameleon-bundle"
insinto "${base_dir}"
newins dist/chameleond-*.tar.gz chameleond-${PVR}.tar.gz
}
# TODO(b/233251906): Update and uncomment src_test() once we have unit tests in this package.
#src_test(){
#}