| 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 |