summaryrefslogtreecommitdiff
path: root/cmd/extract_apks/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/extract_apks/main.go')
-rw-r--r--cmd/extract_apks/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/extract_apks/main.go b/cmd/extract_apks/main.go
index db54ffbaf..6e51a28f4 100644
--- a/cmd/extract_apks/main.go
+++ b/cmd/extract_apks/main.go
@@ -27,9 +27,9 @@ import (
"sort"
"strings"
- "github.com/golang/protobuf/proto"
+ "google.golang.org/protobuf/proto"
- "android/soong/cmd/extract_apks/bundle_proto"
+ android_bundle_proto "android/soong/cmd/extract_apks/bundle_proto"
"android/soong/third_party/zip"
)