Skip to content

Commit

Permalink
Update build-speed.md (#3223)
Browse files Browse the repository at this point in the history
Removed duplicated sentence from docs
  • Loading branch information
M1ck0 authored Jul 28, 2022
1 parent 9cfedc7 commit 9931ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/build-speed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9931ece

Please sign in to comment.