| # Copyright 2021 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI="7" |
| |
| CROS_WORKON_COMMIT=("75e289d3e6ade22048818d18980d229a30c32504" "92f4b2f8e2f621609f15d22b23ea0009c342fd4d" "48b28b8680caa31da7b5c4d3d44425a221b0c3ee") |
| CROS_WORKON_TREE=("791c6808b4f4f5f1c484108d66ff958d65f8f1e3" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb" "3cc6ea87ef525e84c9ed2cbf6809a6a4895b4ad4" "1e793181081ea50dec9407274b86bde3dfe50a71") |
| CROS_WORKON_PROJECT=("chromiumos/platform2" "aosp/platform/system/bt" "aosp/platform/system/bt") |
| CROS_WORKON_LOCALNAME=("../platform2" "../aosp/system/bt/upstream" "../aosp/system/bt/bringup") |
| CROS_WORKON_DESTDIR=("${S}/platform2" "${S}/platform2/bt" "${S}/platform2/bt") |
| CROS_WORKON_SUBTREE=("common-mk .gn" "" "") |
| CROS_WORKON_OPTIONAL_CHECKOUT=( |
| "" |
| "use !bt-bringup" |
| "use bt-bringup" |
| ) |
| |
| PLATFORM_SUBDIR="bt" |
| |
| inherit cros-workon platform |
| |
| DESCRIPTION="Bluetooth Tools and System Daemons for Linux" |
| HOMEPAGE="https://android.googlesource.com/platform/system/bt/" |
| |
| LICENSE="Apache-2.0" |
| KEYWORDS="*" |
| IUSE="bt-bringup" |
| REQUIRED_USE="?? ( bt-bringup )" |
| |
| DEPEND=" |
| dev-libs/modp_b64:= |
| dev-libs/tinyxml2:= |
| " |
| |
| RDEPEND="${DEPEND}" |
| |
| DOCS=( README.md ) |