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/))