blob: f72a1e2d30332f8468ca76f75e6803b009006c35 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="5e5d1a65cbf855609e4d7c9c425615090a834704"
CROS_WORKON_TREE="2336fb2f78b7b6fb9cea05114dea824225ee79e5"
CROS_WORKON_PROJECT="chromiumos/third_party/gobi3k-sdk"
CROS_WORKON_LOCALNAME=../third_party/gobi3k-sdk
inherit cros-workon toolchain-funcs
DESCRIPTION="SDK for Qualcomm Gobi 3000 modems"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
# TODO(jglasgow): remove realpath dependency
RDEPEND="
|| ( >=sys-apps/coreutils-8.15 app-misc/realpath )
"
src_configure() {
asan-setup-env
cros-workon_src_configure
tc-export LD CXX CC OBJCOPY AR
}