platform_build_soong/genrule
Jihoon Kang c170af4e5b Resolve escaping error in genrules sources with $
'$' cannot be included in the genrule source file name as it is an
invalid character.
One workaround to include a file with '$' in the filename is to use
glob(*) and match pattern.
However, shell currently evaluates the '$' sign and leads to unexpected behavior.
This change fixes the issue by shell-escaping the filepath in generating
build actions.

Test: m
Bug: b/194980152
Change-Id: I6fd919c568b5b6526e4de5155104a08ecadab307
2022-08-24 19:06:49 +00:00
..
Android.bp Use interface for $(location) values in genrules 2021-03-25 11:06:45 -07:00
genrule.go Resolve escaping error in genrules sources with $ 2022-08-24 19:06:49 +00:00
genrule_test.go Resolve escaping error in genrules sources with $ 2022-08-24 19:06:49 +00:00
locations.go Use interface for $(location) values in genrules 2021-03-25 11:06:45 -07:00