Hey everyone,
So we put a hack in (that I fully endorsed) to allow us to easily switch between builds that have hardware acceleration and those that don't.
We pass
TARGET_NO_HARDWAREGFX=1
We also have a hack that allows us to easily switch the kernel config:
KERNEL_CONFIG=omap4plus_defconfig
If you see these in a build you're trying to recreate locally, please export these variables.
We did this to cut down on build variants, but we're going to revisit things soon.
:)