Skip to content

Commit

Permalink
Bustage fix: Temporarily disable "default" rust-android-gradle target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Sep 19, 2018
1 parent dccc5c9 commit f5ac52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logins-api/android/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cargo {
// The Cargo targets to invoke. The mapping from short name to target
// triple is defined by the `rust-android-gradle` plugin.
targets = [
'default',
// 'default', // TODO: not until https://github.com/mozilla/application-services/issues/259 is fixed.
'arm',
'arm64',
'x86',
Expand Down

0 comments on commit f5ac52b

Please sign in to comment.