Skip to content

Commit

Permalink
Merge pull request crosswalk-project#3562 from rakuco/explicit-aar-de…
Browse files Browse the repository at this point in the history
…pendencies

[Android] Explicitly depend on target <foo> in the <foo>_aar targets.
  • Loading branch information
Raphael Kubo da Costa committed Feb 18, 2016
2 parents f4efefe + 5903a4f commit cf90885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xwalk_core_library_android.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
'target_name': 'xwalk_core_library_aar',
'type': 'none',
'dependencies': [
'xwalk_core_library',
'xwalk_core_empty_embedder_apk',
'xwalk_core_library_pom_gen',
],
Expand All @@ -463,6 +464,7 @@
'type': 'none',
'dependencies': [
'xwalk_core_empty_embedder_apk',
'xwalk_shared_library',
'xwalk_shared_library_pom_gen',
],
'actions': [
Expand Down

0 comments on commit cf90885

Please sign in to comment.