Skip to content

Commit

Permalink
Merge pull request crosswalk-project#3909 from rakuco/strip-lib-depen…
Browse files Browse the repository at this point in the history
…dency-regression

[Android] Directly depend on the .so's we want to strip
  • Loading branch information
Raphael Kubo da Costa authored Sep 22, 2016
2 parents 09da4fa + 2b7bb9e commit ac6bc79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xwalk_core_library_android.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
'variables': {
'stripped_libraries_dir': '<(intermediate_dir)',
'stamp': '<(intermediate_dir)/stamp',
'input_paths': [
'<(SHARED_LIB_DIR)/libxwalkcore.so',
'<(SHARED_LIB_DIR)/libxwalkdummy.so',
],
},
'includes': ['../build/android/strip_native_libraries.gypi'],
},
Expand Down

0 comments on commit ac6bc79

Please sign in to comment.