diff options
author | 2022-08-29 22:24:10 +0000 | |
---|---|---|
committer | 2022-08-29 22:24:10 +0000 | |
commit | 105a70418ffe6c44bde5d73a87aef67cae15f271 (patch) | |
tree | 7471023a3c2b892d6b75c0481032749df8ec18db /go.mod | |
parent | 1fa2672be9d9feeab83125b75f82bd994a0972ba (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.mod | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |