From 9931ece52b513f7747b721762894d18148167349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mileta=20Dulovi=C4=87?= Date: Thu, 28 Jul 2022 11:50:47 +0200 Subject: [PATCH] Update build-speed.md (#3223) Removed duplicated sentence from docs --- docs/build-speed.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/build-speed.md b/docs/build-speed.md index e9b0c3a942e..05d33a058e3 100644 --- a/docs/build-speed.md +++ b/docs/build-speed.md @@ -13,7 +13,6 @@ To mitigate this performance hit, this page shares some suggestions on how to ** ## Build only one ABI during development (Android-only) -When building your android app locally, you build all the 4 ABIs by default: `armeabi-v7a`, `arm64-v8a`, `x86` & `x86_64`. When building your android app locally, by default you build all the 4 [Application Binary Interfaces (ABIs)](https://developer.android.com/ndk/guides/abis) : `armeabi-v7a`, `arm64-v8a`, `x86` & `x86_64`. However, you probably don't need to build all of them if you're building locally and testing your emulator or on a physical device.