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