restructure readme, important stuff on top

This commit is contained in:
Philip Nagler-Frank 2021-12-13 15:50:30 +01:00
parent 72c1a7a54e
commit e6736e40ab

View File

@ -2,10 +2,6 @@
This is a collection of FOSS APKs, coupled with the respective Makefiles 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
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, add a repo manifest file to include this repository as `vendor/partner_gms` and set 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. `WITH_GMS` to `true` when building.
@ -29,3 +25,8 @@ The included APKs are:
* GsfProxy: a GmsCore proxy for legacy GCM compatibility * GsfProxy: a GmsCore proxy for legacy GCM compatibility
* FakeStore: an empty package that mocks the existence of the Google Play Store * FakeStore: an empty package that mocks the existence of the Google Play Store
* com.google.android.maps: legacy microG's mapsv1 reimplementation * com.google.android.maps: legacy microG's mapsv1 reimplementation
These are 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, to include the microG repository in FDroid