From 72c1a7a54e345683f52fa5fdfcdfed1479b011fd Mon Sep 17 00:00:00 2001 From: Philip Nagler-Frank Date: Mon, 13 Dec 2021 15:41:22 +0100 Subject: [PATCH] Update build instructions in readme --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f6405e..24a50ec 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,23 @@ -# Prebuilt APKs +# microG Mobile Services -This is a collection of FOSS APKs, coupled with the respective Android.mk for an +This is a collection of FOSS APKs, coupled with the respective Makefiles for an easy integration in the Android build system. These are just the official unmodified prebuilt binaries, signed by the corresponding developers, except for: * com.google.android.maps, as the JAR and the XML have been extracted from the ZIP on the [microG's GitHub release page](https://github.com/microg/android_frameworks_mapsv1/releases) * additional_repos.xml, as it is just the microG FDroid repository XML file -To include them in your build just add their name in CUSTOM_PACKAGES (for -example in vendor/lineage/config/common.mk). +To include them in your build, add a repo manifest file to include this repository as `vendor/partner_gms` and set +`WITH_GMS` to `true` when building. + +Example manifest: + +```xml + + + + +``` The included APKs are: * FDroid packages (binaries sourced from [here](https://f-droid.org/packages/org.fdroid.fdroid/) and [here](https://f-droid.org/packages/org.fdroid.fdroid.privileged/))