Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -52,8 +52,9 @@ type KeyValuePair struct {
|
||||
|
||||
// AqueryDepset is a depset definition from Bazel's aquery response. This is
|
||||
// akin to the `depSetOfFiles` in the response proto, except:
|
||||
// * direct artifacts are enumerated by full path instead of by ID
|
||||
// * it has a hash of the depset contents, instead of an int ID (for determinism)
|
||||
// - direct artifacts are enumerated by full path instead of by ID
|
||||
// - it has a hash of the depset contents, instead of an int ID (for determinism)
|
||||
//
|
||||
// A depset is a data structure for efficient transitive handling of artifact
|
||||
// paths. A single depset consists of one or more artifact paths and one or
|
||||
// more "child" depsets.
|
||||
|
Reference in New Issue
Block a user