xref
: /
aosp_15_r20
/
art
/
build
/
go.mod
(revision 795d594fd825385562da6b089ea9b2033f3abf5a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module art
2
3
go 1.19
4
5
require (
6
github.com/google/blueprint
v0.0.0
7
android/soong
v0.0.0
8
)
9