platform_build_soong/androidmk/parser
Herbert Xue 3fe7b7f66e Disable "__builtin_func" when converting mk to bp
The "__builtin_func" doesn't work in soong. The converting tool
androidmk should disable this feature.

Bug: 329770862
Test: 1. cd build/soong/androidmk/androidmk
      2. go test -run TestEndToEnd
Change-Id: I1de04e4e1a34fb7335e0013f59b33f7f2673722a
2024-03-21 10:47:32 +08:00
..
ast.go Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
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 Parse variable references with #s 2022-03-17 17:15:12 -07:00
parser_test.go Parse variable references with #s 2022-03-17 17:15:12 -07:00
scope.go Disable "__builtin_func" when converting mk to bp 2024-03-21 10:47:32 +08:00