blob: 4786173961d6e6e398f29606fce0846c1b63e0cf [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="f0c71bd1151cca91ff171e5f9a4582488a3f1dc5"
CROS_WORKON_TREE="2b5cdcf058f6528d1f4a9ea0462e331242a0b418"
CROS_WORKON_PROJECT="chromiumos/platform/btsocket"
CROS_WORKON_LOCALNAME="../platform/btsocket"
PYTHON_COMPAT=( python3_{6..9} )
inherit cros-sanitizers cros-workon distutils-r1
DESCRIPTION="Bluetooth Socket support module"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/btsocket/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
src_configure() {
sanitizers-setup-env
default
}