nearby sdk refactor

PiperOrigin-RevId: 425434260
This commit is contained in:
hais
2022-02-02 11:56:39 -08:00
committed by hai007
parent 287f0d7174
commit f5fcd35ced
1879 changed files with 2485 additions and 2332 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ cc_library(
"//third_party/nearby/cpp:__subpackages__",
],
deps = [
"//cpp/platform/base",
"//internal/platform:base",
],
)
+5 -5
View File
@@ -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 {
+1 -1
View File
@@ -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",