platform_build_soong/androidmk/parser
Sasha Smundak 7890211d58 Fix comments with continuation
Backgound: aog/919954 tried to handle
```
   second line
```

but did it incorrectly. The parser works correctly (so this change
reverts aog/919954), it returns multiline comment, but the serializer
converting the internal representation to Blueprint was not emitting
'//' on the lines after the first.

Test: treehugger
Bug: 127521510
Change-Id: I0257a8b3cc4ffcaa6bea44113ceba66bb99d7e43
2020-11-19 11:52:20 -08:00
..
ast.go Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
make_strings.go Add a dependency fixer for proto deps 2018-05-07 16:21:59 -07:00
make_strings_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
parser.go Fix comments with continuation 2020-11-19 11:52:20 -08:00
parser_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
scope.go Handle multi dir all-*-files-under function calls. 2019-01-09 00:07:01 +00:00