platform_build_soong/androidmk/parser
Min Yun 53ca8b2512 Handles if a space is encountered while parsing the rule
kati and GNU make may have blank lines in the middle of commands declared in rules.
Add compatibility for this.

Change-Id: Iae03053c0cb901074c26420c0c6ac1c0e00d99de
2024-02-24 08:08:08 +09:00
..
ast.go
make_strings.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
make_strings_test.go Support complicated variable references 2022-05-10 05:26:35 +00:00
parser.go Handles if a space is encountered while parsing the rule 2024-02-24 08:08:08 +09:00
parser_test.go Handles if a space is encountered while parsing the rule 2024-02-24 08:08:08 +09:00
scope.go