There's an option to the Flex compiler mxmlc that's called "compiler.mobile", which is enabled in the airmobile configuration. It is described in the docs as "Specifies that the target runtime is a mobile device", but I'm wondering what effect it actually has. It seems possible to run the built binary on a mobile device (Android pad in this case) no matter if it's true or false.
Thanks