Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 8c4b35833408e488a509fb1385b0f69acb0d6f6c..616d17518380513c8b013bef599c24f2cc358572 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -206,7 +206,7 @@ endif |
| ARCHES = ia32 x64 arm a64 mipsel |
| DEFAULT_ARCHES = ia32 x64 arm |
| MODES = release debug |
| -ANDROID_ARCHES = android_ia32 android_arm android_mipsel |
| +ANDROID_ARCHES = android_ia32 android_arm android_a64 android_mipsel |
| NACL_ARCHES = nacl_ia32 nacl_x64 |
| # List of files that trigger Makefile regeneration: |