diff options
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/android_webview.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index 46d7f78..8572ee8 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -23,16 +23,6 @@ 'sources': [ 'lib/main/webview_entry_point.cc', ], - 'conditions': [ - ['android_webview_build == 1', { - 'libraries': [ - # The "android" gyp backend doesn't quite handle static libraries' - # dependencies correctly; force this to be linked as a workaround. - 'cpufeatures.a', - '-lcutils', - ], - }], - ], }, { 'target_name': 'android_webview_pak', |