flag.Var(&hostModuleNames,"host","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is a host module")
flag.Var(&hostAndDeviceModuleNames,"host-and-device","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is both a host and device module.")
flag.StringVar(&sdkVersion,"sdk-version","","What to write to sdk_version")
flag.StringVar(&defaultMinSdkVersion,"default-min-sdk-version","24","Default min_sdk_version to use, if one is not available from AndroidManifest.xml. Default: 24")
flag.StringVar(&useVersion,"use-version","","Only read artifacts of a specific version")
flag.BoolVar(&staticDeps,"static-deps",false,"Statically include direct dependencies")
flag.BoolVar(&jetifier,"jetifier",false,"Sets jetifier: true on all modules")