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
This commit is contained in:
parent
48d55ad2db
commit
5c58b6410c
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue