Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29649555: Issue 6219 - Create flavors per ABI (Closed)
Patch Set: renamed variable Created Jan. 9, 2018, 6:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld