Fix proto imports for Fast Pair

PiperOrigin-RevId: 698083007
This commit is contained in:
Nick Bourdakos
2024-11-19 11:21:06 -08:00
committed by Copybara-Service
parent 7a02d2f888
commit 2786145f74
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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 {