No "imageFormats" in compiler.json for instinct3amoled50mm and instinct3amoled45mm

There is no "imageFormats" in compiler.json for instinct3amoled50mm and instinct3amoled45mm, and as a result a call to drawBitmap2 causes an exception on the CIQ simulator:

Error: Unhandled Exception

Exception: Source must be native color format

When I copy the section:

"imageFormats": [
"yuv",
"jpg",
"png"
],

from another device's compliler.json, the exception does not occur and the bitmaps get displayed (although not perfect: png shows with black replacing transparent pixels, jpg shows with transparency as png should, and yuv crashes the simulator).

So I would like to ask Garmin - is the missing "imageFormats" in compiler.json deliberate or will it be added later?