Files
build_soong/go.mod
Cole Faust 487b144fe0 Cleanup more bazel code
Bug: 315353489
Test: m nothing --no-skip-soong-tests
Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
2024-06-25 11:02:38 -07:00

10 lines
138 B
Modula-2

module android/soong
go 1.22
require (
github.com/google/blueprint v0.0.0
google.golang.org/protobuf v0.0.0
go.starlark.net v0.0.0
)