Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-13515] Enabled the avd-abi option to allow building for the x86 e... #4144

Merged
merged 1 commit into from
Apr 11, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ exports.config = function (logger, config, cli) {
},
required: true
},
/*
'avd-abi': {
abbr: 'B',
desc: __('the abi for the avd')
},
*/
'avd-id': {
abbr: 'I',
desc: __('the id for the avd'),
Expand Down Expand Up @@ -247,11 +245,9 @@ exports.validate = function (logger, config, cli) {
if (!cli.argv['avd-skin']) {
cli.argv['avd-skin'] = 'HVGA';
}
/*
if (!cli.argv['avd-abi']) {
cli.argv['avd-abi'] = androidEnv.targets[cli.argv['avd-id']].abis[0] || androidEnv.targets['7'].abis[0] || 'armeabi';
}
*/
}

// Validate arguments for dist-playstore
Expand Down
4 changes: 2 additions & 2 deletions support/node_modules/titanium-sdk/lib/legacy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.