Add microG FDroid repository package (additional_repos.xml)

This commit is contained in:
Nicola Corna
2019-01-07 20:06:59 +01:00
parent 95323849af
commit bf8c846b85
3 changed files with 49 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
This is a collection of FOSS APKs, coupled with the respective Android.mk 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)__
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).
@@ -14,6 +14,7 @@ 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: a catalogue of FOSS (Free and Open Source Software) applications for the Android platform
* FDroid Privileged Extension: a FDroid extension to ease the installation/removal of apps
* additional_repos.xmly: a simple package to include the [microG FDroid repository](https://microg.org/fdroid.html) in the ROM (requires FDroid >= 1.5)
* microG packages (binaries sourced from [here](https://microg.org/download.html) and [here](https://github.com/microg/android_frameworks_mapsv1))
* GmsCore: the main component of microG, a FOSS reimplementation of the Google Play Services (requires GsfProxy and FakeStore for full functionality)
* GsfProxy: a GmsCore proxy for legacy GCM compatibility