blob: c503dcb42625dd450b851872ef297b86ed3c092b [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
CROS_WORKON_COMMIT="300354e5d74418c8e03737ca9029c64d9297a28d"
CROS_WORKON_TREE="9c07b02309289bb86367a8929c41cc7a53e2b78d"
CROS_WORKON_PROJECT="chromiumos/platform/btsocket"
CROS_WORKON_LOCALNAME="../platform/btsocket"
PYTHON_COMPAT=( python2_7 )
inherit cros-sanitizers cros-workon distutils-r1
DESCRIPTION="Bluetooth Socket support module"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
src_configure() {
sanitizers-setup-env
cros-workon_src_configure
}