mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix proto imports for Fast Pair
PiperOrigin-RevId: 698083007
This commit is contained in:
committed by
Copybara-Service
parent
7a02d2f888
commit
2786145f74
@@ -16,7 +16,7 @@ syntax = "proto3";
|
||||
|
||||
package nearby.fastpair.proto;
|
||||
|
||||
import "third_party/nearby/fastpair/proto/enum.proto";
|
||||
import "fastpair/proto/enum.proto";
|
||||
|
||||
option java_multiple_files = true;
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ syntax = "proto3";
|
||||
|
||||
package nearby.fastpair.proto;
|
||||
|
||||
import "third_party/nearby/fastpair/proto/enum.proto";
|
||||
import "third_party/nearby/fastpair/proto/fast_pair_string.proto";
|
||||
import "fastpair/proto/enum.proto";
|
||||
import "fastpair/proto/fast_pair_string.proto";
|
||||
|
||||
option java_multiple_files = true;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ syntax = "proto3";
|
||||
package nearby.fastpair.proto;
|
||||
|
||||
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
|
||||
import "third_party/nearby/fastpair/proto/data.proto";
|
||||
import "fastpair/proto/data.proto";
|
||||
|
||||
// Represents the type of device that is being registered.
|
||||
enum DeviceType {
|
||||
|
||||
Reference in New Issue
Block a user