mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
nearby sdk refactor
PiperOrigin-RevId: 425434260
This commit is contained in:
+1
-1
@@ -24,6 +24,6 @@ cc_library(
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//cpp/platform/base",
|
||||
"//internal/platform:base",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
// TODO(hais) relocate base def class accordingly.
|
||||
#include <map>
|
||||
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "platform/base/exception.h"
|
||||
#include "platform/base/input_stream.h"
|
||||
#include "platform/base/listeners.h"
|
||||
#include "platform/base/output_stream.h"
|
||||
#include "internal/platform/byte_array.h"
|
||||
#include "internal/platform/exception.h"
|
||||
#include "internal/platform/input_stream.h"
|
||||
#include "internal/platform/listeners.h"
|
||||
#include "internal/platform/output_stream.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace cal {
|
||||
|
||||
@@ -24,7 +24,7 @@ cc_library(
|
||||
],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
"//third_party/nearby:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//third_party/nearby/cpp/cal/api:ble",
|
||||
|
||||
Reference in New Issue
Block a user