diff options
Diffstat (limited to 'android/testing.go')
-rw-r--r-- | android/testing.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/android/testing.go b/android/testing.go index 85bdca475..b4429ca91 100644 --- a/android/testing.go +++ b/android/testing.go @@ -688,17 +688,17 @@ type TestingBuildParams struct { // // The parts of this structure which are changed are: // * BuildParams -// * Args -// * All Path, Paths, WritablePath and WritablePaths fields. +// - Args +// - All Path, Paths, WritablePath and WritablePaths fields. // // * RuleParams -// * Command -// * Depfile -// * Rspfile -// * RspfileContent -// * SymlinkOutputs -// * CommandDeps -// * CommandOrderOnly +// - Command +// - Depfile +// - Rspfile +// - RspfileContent +// - SymlinkOutputs +// - CommandDeps +// - CommandOrderOnly // // See PathRelativeToTop for more details. // |