aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorPatrice Arruda <patricearruda@google.com>2020-12-15 19:41:40 +0000
committerPatrice Arruda <patricearruda@google.com>2020-12-15 19:41:40 +0000
commit5c58b6410cdbfe1c5d89deb9d5ae9923796d4892 (patch)
treebb2bb36a039aaf9c87181688effdee0023bd1c32 /ui
parent48d55ad2db5aac725a89f4b5b110b3ebf8f56be2 (diff)
downloadsoong-5c58b6410cdbfe1c5d89deb9d5ae9923796d4892.tar.gz
Remove soong_metrics_proto from the import of the protobuf file.
No needed to define soong_metrics_proto since it is defined in the Android.bp file. Bug: b/172917718 Test: m nothing Change-Id: Ib5f4cd6d06c08660803cf070da544e9c2d1dce1f
Diffstat (limited to 'ui')
-rw-r--r--ui/metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/metrics/metrics.go b/ui/metrics/metrics.go
index d46c89b5f..1cef2c7d9 100644
--- a/ui/metrics/metrics.go
+++ b/ui/metrics/metrics.go
@@ -23,7 +23,7 @@ import (
"github.com/golang/protobuf/proto"
- soong_metrics_proto "android/soong/ui/metrics/metrics_proto"
+ "android/soong/ui/metrics/metrics_proto"
)
const (