Skip to content

Commit

Permalink
[Android] add missing comma to multidex gyp parameter configuration.
Browse files Browse the repository at this point in the history
Missed a comma in https://codereview.chromium.org/1408163009/

BUG=272970
TBR=yfriedman@chromium.org

Review URL: https://codereview.chromium.org/1436943007

Cr-Commit-Position: refs/heads/master@{#359483}
  • Loading branch information
jbudorick authored and Commit bot committed Nov 13, 2015
1 parent 3b7968d commit 8c6d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/java_apk.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@
],
'variables': {
'dex_additional_options': [
'--main-dex-list-path', '<(main_dex_list_path)'
'--main-dex-list-path', '<(main_dex_list_path)',
'--multidex-configuration-path', '<(multidex_configuration_path)',
],
},
Expand Down

0 comments on commit 8c6d602

Please sign in to comment.