Index: README.md |
diff --git a/README.md b/README.md |
index 1b3a8911fe38e43a6839cdf6eaf8521524a72b9f..c747c6db12dea4a8507d4431017e37778a73a8c2 100644 |
--- a/README.md |
+++ b/README.md |
@@ -117,6 +117,22 @@ Note |
output while building. |
+### Building for single ARCH |
+ |
+By default libadblockplus-android is built for both ARM and x86 and it can be filtered when |
+building end-user android application. However sometimes it can be desired to build |
+"libadblockplus-android.aar" for single ARCH. |
+ |
+Pass `abi_arm` or `abi_x86` to build it for single arch or `abi_all` for all ARCHs: |
+ |
+ `./gradlew clean assembleAbi_arm` |
+ |
+Note |
+ |
+ [Configuration] Using libadblockplus-android ABI flavor: abi_arm |
+ |
+output while building. |
+ |
## Library tests |
Android tests for the library. |