Simon Shields | 20f2c9b | 2018-08-10 14:40:27 +1000 | [diff] [blame^] | 1 | _contents := $(_contents) "Omnirom":{$(newline) |
2 | |||||
3 | # See build/core/soong_config.mk for the add_json_* functions you can use here. | ||||
4 | |||||
5 | # This causes the build system to strip out the last comma in our nested struct, to keep the JSON valid. | ||||
6 | _contents := $(_contents)__SV_END | ||||
7 | |||||
8 | _contents := $(_contents) },$(newline) |