Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / xwalk.gyp
index 95d865f..ac96079 100644 (file)
@@ -7,6 +7,9 @@
       ['OS=="win" or OS=="mac"', {
         'disable_nacl': 1,
       }],
+      ['OS=="android"', {
+        'enable_extensions': 1,
+      }],
     ], # conditions
   },
   'includes' : [
             ['android_app_abi=="armeabi"', {
               'version_code_shift%': 3,
             }],
+            ['android_app_abi=="x86_64"', {
+              'version_code_shift%': 4,
+            }],
           ], # conditions
         },
         'version_code_shift%': '<(version_code_shift)',