what I mean is this:
for android 4.x buildid 2 apk using crosswalk for ARM and X86
for android lower than 4.x using cordova
Is there any easy way to do that? since crosswalk supports only 4.x and greater I need something that will manage the version code and all of that according to google rules http://developer.android.com/google/play/publishing/multiple-apks.html
EDIT re explained: what I want is to build 3 apk, 2 apk with crosswalk for android 4.0+ and 1 apk with cordova for android 3.9 and bellow