From 2786145f749a18599e64c509c29f1ebfce1673b4 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Tue, 19 Nov 2024 11:16:59 -0800 Subject: [PATCH] Fix proto imports for Fast Pair PiperOrigin-RevId: 698083007 --- fastpair/proto/cache.proto | 2 +- fastpair/proto/data.proto | 4 ++-- fastpair/proto/fastpair_rpcs.proto | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fastpair/proto/cache.proto b/fastpair/proto/cache.proto index dc24860a..9ad4c2f6 100644 --- a/fastpair/proto/cache.proto +++ b/fastpair/proto/cache.proto @@ -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; diff --git a/fastpair/proto/data.proto b/fastpair/proto/data.proto index 84706a35..cd3f8751 100644 --- a/fastpair/proto/data.proto +++ b/fastpair/proto/data.proto @@ -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; diff --git a/fastpair/proto/fastpair_rpcs.proto b/fastpair/proto/fastpair_rpcs.proto index eb28d6ce..a5015203 100644 --- a/fastpair/proto/fastpair_rpcs.proto +++ b/fastpair/proto/fastpair_rpcs.proto @@ -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 {