Merge "Upgrade to golang protobuf api v2"
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
"android/soong/shared"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
smpb "android/soong/ui/metrics/metrics_proto"
|
||||
)
|
||||
|
@@ -29,7 +29,7 @@ import (
|
||||
smpb "android/soong/ui/metrics/metrics_proto"
|
||||
"android/soong/ui/status"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
func testContext() Context {
|
||||
|
@@ -20,7 +20,7 @@ import (
|
||||
|
||||
"android/soong/ui/logger"
|
||||
"android/soong/ui/metrics"
|
||||
"android/soong/ui/metrics/metrics_proto"
|
||||
soong_metrics_proto "android/soong/ui/metrics/metrics_proto"
|
||||
"android/soong/ui/status"
|
||||
"android/soong/ui/tracer"
|
||||
)
|
||||
|
@@ -20,18 +20,18 @@ import (
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
|
||||
"android/soong/shared"
|
||||
"github.com/google/blueprint/deptools"
|
||||
|
||||
"android/soong/ui/metrics"
|
||||
soong_metrics_proto "android/soong/ui/metrics/metrics_proto"
|
||||
"android/soong/ui/status"
|
||||
|
||||
"android/soong/shared"
|
||||
|
||||
"github.com/google/blueprint"
|
||||
"github.com/google/blueprint/bootstrap"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/blueprint/deptools"
|
||||
"github.com/google/blueprint/microfactory"
|
||||
|
||||
"android/soong/ui/metrics"
|
||||
"android/soong/ui/status"
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@@ -24,7 +24,8 @@ import (
|
||||
"time"
|
||||
|
||||
"android/soong/ui/metrics"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
upload_proto "android/soong/ui/metrics/upload_proto"
|
||||
)
|
||||
|
Reference in New Issue
Block a user