Update build instructions in readme

This commit is contained in:
Philip Nagler-Frank 2021-12-13 15:41:22 +01:00
parent ec738b9824
commit 72c1a7a54e

View File

@ -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. easy integration in the Android build system.
These are just the official unmodified prebuilt binaries, signed by the These are just the official unmodified prebuilt binaries, signed by the
corresponding developers, except for: 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) * 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 * 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 To include them in your build, add a repo manifest file to include this repository as `vendor/partner_gms` and set
example in vendor/lineage/config/common.mk). `WITH_GMS` to `true` when building.
Example manifest:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="vendor/partner_gms" name="lineageos4microg/android_vendor_partner_gms" remote="github" revision="master" />
</manifest>
```
The included APKs are: 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/)) * 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/))