My build process relies on accurate data inside the 'compiler.json' files for each device.
To those who will suggest that I should use runtime checks or annotations, please understand that my current build process generates .jungle files dynamically for reasons specific to how I optimize my compilations. I find it preferable to read this data from the device information directly.
Normally, the displayType property accurately shows either "mip" or "amoled".
But for these devices, the displayType is incorrectly listed as "lcd."
The marketing website clearly lists these as amoled/mip, so I assume this is an error/carryover from prior instinct devices.