blob: 97bceb96ba0c323008e561c44655c0420a9f3e1f [file] [log] [blame]
Marko Man83cdc3d2019-03-21 22:20:10 +01001_contents := $(_contents) "Omnirom": {$(newline)
Simon Shields20f2c9b2018-08-10 14:40:27 +10002
3# See build/core/soong_config.mk for the add_json_* functions you can use here.
Marko Man83cdc3d2019-03-21 22:20:10 +01004$(call add_json_bool, TargetNeedsHWCOnFirstRef, $(filter true,$(TARGET_NEEDS_HWC_ONFIRSTREF)))
Simon Shields20f2c9b2018-08-10 14:40:27 +10005
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)