Files
build_soong/android
Colin Cross 2647ced06e Fix android.Expand and ninja escaping
RuleBuilder does its own ninja escaping, so values that will be
passed to RuleBuilder must not be pre-escaped.  Add a new
android.ExpandNinjaEscaped method that explicitly handles ninja
escaping.  Some of the expansion functions return ninja values
(like "${in}") that need to stay unescaped, so add a bool return
value to the expansion function in android.ExpandNinjaEscaped.

Test: expand_test.go
Change-Id: Ib03d4db38b5e3e5bffbd87acf14f55e276a53d04
2019-07-11 14:52:17 -07:00
..
2019-06-12 15:51:26 -07:00
2018-07-22 21:18:45 -07:00
2018-09-13 18:27:50 +00:00
2019-07-09 08:57:05 +00:00
2019-07-08 14:53:52 -07:00
2019-07-08 14:53:52 -07:00
2019-02-19 11:19:09 -08:00
2019-06-08 16:10:38 +09:00
2019-02-20 15:43:06 -08:00