summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
author Sam Delmerico <delmerico@google.com> 2022-08-29 22:24:10 +0000
committer Sam Delmerico <delmerico@google.com> 2022-08-29 22:24:10 +0000
commit105a70418ffe6c44bde5d73a87aef67cae15f271 (patch)
tree7471023a3c2b892d6b75c0481032749df8ec18db /go.mod
parent1fa2672be9d9feeab83125b75f82bd994a0972ba (diff)
Revert "add bp2build unit tests for aidl_interface"
This reverts commit 1fa2672be9d9feeab83125b75f82bd994a0972ba. Reason for revert: breaks tradefed branch Change-Id: I69bba531774031890baece1796df24d5534b93a9
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 3 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 2e28ab677..8c1a9f011 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,13 @@
module android/soong
-require (
- google.golang.org/protobuf v0.0.0
- github.com/google/blueprint v0.0.0
- android/soong/aidl v0.0.0
-)
+require google.golang.org/protobuf v0.0.0
+
+require github.com/google/blueprint v0.0.0
replace google.golang.org/protobuf v0.0.0 => ../../external/golang-protobuf
replace github.com/google/blueprint v0.0.0 => ../blueprint
-replace android/soong/aidl v0.0.0 => ../../system/tools/aidl/build
-
// Indirect deps from golang-protobuf
exclude github.com/golang/protobuf v1.5.0