Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / util.py
index 77d26eb..bd90fe8 100644 (file)
@@ -28,7 +28,7 @@ def CleanDir(path):
 
 
 def AllArchitectures():
-  return ("x86", "arm")
+  return ("x86", "x86_64", "arm")
 
 
 def RunCommand(command, verbose=False, shell=False):