By default all DLLs are considered to be variant across all feature variant builds.
To disable considering all DLLs as variants, use -inv or -invariant option.
abld -inv build armv5.myvar
A DLL marked as FEATUREVARIANT in its .mmp file remains variant, even if -invariant or -inv option is specified in the abld command.