commit | 4746c6ac0e06c4f43a3a1da4af4bf2911e179656 | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Fri Aug 22 14:40:20 2014 -0700 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Fri Aug 22 14:40:20 2014 -0700 |
tree | 1854cd3e80a87855a0ec7de70b035a8065f2dee4 | |
parent | 29ed9820ac4980f621ef53459a748cf9aa705eed [diff] |
TBR: veyron/profiles/net/bluetooth: fix build breakage. Change-Id: I05335e461480cd21f2ebcd72b67c103c4a769fe1
diff --git a/profiles/net/bluetooth/register_linux_bluetooth.go b/profiles/net/bluetooth/register_linux_bluetooth.go index ab28704..8552c5f 100644 --- a/profiles/net/bluetooth/register_linux_bluetooth.go +++ b/profiles/net/bluetooth/register_linux_bluetooth.go
@@ -3,7 +3,7 @@ package bluetooth import ( - "veyron/lib/bluetooth" + "veyron.io/proximity/lib/bluetooth" "veyron2/ipc/stream" )
diff --git a/profiles/net/bluetooth/register_other.go b/profiles/net/bluetooth/register_other.go index a893b32..51bb16c 100644 --- a/profiles/net/bluetooth/register_other.go +++ b/profiles/net/bluetooth/register_other.go
@@ -1,4 +1,5 @@ // +build !veyronbluetooth + package bluetooth func registerBT() {