| Index: android-v8-options.gypi |
| diff --git a/android-v8-options.gypi b/android-v8-options.gypi |
| deleted file mode 100644 |
| index b3400d9af4f53367e010abff8d466c543de529de..0000000000000000000000000000000000000000 |
| --- a/android-v8-options.gypi |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -{ |
| - 'variables': { |
| - 'want_separate_host_toolset%': 1, |
| - 'android_ndk_root': '<!(echo ${ANDROID_NDK_ROOT})', |
| - 'android_ndk_version': 'r16b', |
| - 'clang_dir': '/usr/', |
| - 'make_clang_dir': '/usr/', |
| - }, |
| - 'conditions': [[ |
| - 'v8_target_arch=="arm"', { |
| - 'variables': { |
| - 'arm_version%': 7, |
| - 'arm_fpu%': 'default', |
| - 'arm_float_abi%': 'default', |
| - 'arm_thumb%': 'default', |
| - } |
| - } |
| - ]], |
| - 'includes': ['build-v8.gypi'], |
| -} |