From a514c0c9ad9b2be9fa7fc2fb5db7832ba71585fb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 23 Jul 2020 22:44:35 +0530 Subject: [PATCH] README: clarify build types Signed-off-by: Harsh Shandilya --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 367e65a57d..15a18dc059 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Pull requests are more than welcome (see [TODO](https://github.com/android-passw height="80" /> +## Build types + +We generate release binaries under two separate configurations titled `free` and `nonFree`. The distinction was created following the merge of [#900](https://msfjarvis.dev/aps/pr/900), that introduced a dependency on closed source GMS libraries. Since F-Droid is a FOSS-only app store, we created the `free` flavor where we do not ship the GMS dependency and thus the feature to fill SMS OTPs is unavailable. ## Features