1fa2672be9
Bug: 229251008 Test: go test ./bp2build -run TestAidlInterface Change-Id: Ie7214d5578bc21e348410ca91ea42d7a3190eb3d
23 lines
586 B
Modula-2
23 lines
586 B
Modula-2
module android/soong
|
|
|
|
require (
|
|
google.golang.org/protobuf v0.0.0
|
|
github.com/google/blueprint v0.0.0
|
|
android/soong/aidl 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
|
|
|
|
replace github.com/google/go-cmp v0.5.5 => ../../external/go-cmp
|
|
|
|
// Indirect dep from go-cmp
|
|
exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
|
|
go 1.18
|