Files
build_soong/android
Cole Faust 082c5f31cc Fix invalid json when product variables have quotes
Go's json encoder will escape quotes with backslashes.
But we put the encoded json into a Starlark string
literal, which will evaluate the \" into just a regular
quote, so they won't be escaped when the json.parse()
gets to them.

Escape all backslashes so this doesn't happen.

Test: lunch sdk_phone_x86_64-userdebug; b build //build/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal
Change-Id: I473e6c42968fcf73d47dec61670956a7ac9a6c88
2022-08-04 15:51:58 -07:00
..
2022-07-29 17:54:40 +00:00
2022-06-29 06:42:05 +09:00
2022-03-29 22:42:11 -07:00
2021-03-17 16:35:13 +01:00
2022-06-01 17:57:00 -07:00
2022-03-25 18:30:49 -04:00
2022-07-29 17:54:40 +00:00
2022-06-27 08:52:08 +02:00
2021-12-08 15:08:59 -08:00
2021-12-13 13:33:15 -05:00
2021-03-02 20:17:19 +00:00
2022-04-04 16:42:46 -07:00
2021-09-23 11:37:57 +01:00
2021-12-01 17:43:00 +00:00
2022-02-07 10:17:35 -05:00
2022-05-20 16:54:13 -07:00
2022-05-18 16:38:19 -07:00