Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 29329913: Issue 3296 - Enable ia32/x86 Android builds (Closed)
Patch Set: Column alignment, moved a var def Created Nov. 10, 2015, 11:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index d244d636403ed29138a8845f86a869cc7f7579a8..e187d7d77e4226de646c184d39d1e6a54ea7604f 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -60,8 +60,8 @@
['OS=="android"', {
'link_settings': {
'libraries': [
- 'android_arm.release/obj.target/tools/gyp/libv8_base.arm.a',
- 'android_arm.release/obj.target/tools/gyp/libv8_snapshot.a',
+ 'android_<(ANDROID_ARCH).release/obj.target/tools/gyp/libv8_base.<(ANDROID_ARCH).a',
+ 'android_<(ANDROID_ARCH).release/obj.target/tools/gyp/libv8_snapshot.a',
],
},
'standalone_static_library': 1, # disable thin archives
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld