Go to file
2021-12-13 15:40:59 +01:00
additional_repos.xml Allow the microG F-Droid repos to include. 2020-08-14 15:49:24 +02:00
com.google.android.maps Add privileged permissions whitelists 2018-03-11 10:17:47 +01:00
FakeStore FakeStore: Update to 0.1.0 2020-10-20 11:18:12 +02:00
FDroid FDroid 1.13.1 (1013051) 2021-11-09 14:44:19 +01:00
FDroidPrivilegedExtension FDroid Privileged Extension: Update to 0.2.11 2021-03-24 10:56:13 +01:00
GmsCore GmsCore: Update to 0.2.22.212658 2021-08-30 16:38:23 +02:00
GsfProxy Initial commit 2017-04-29 13:55:43 +02:00
MozillaNlpBackend MozillaNlp: Update to 1.4.0 2018-09-27 11:17:05 +02:00
NominatimNlpBackend Update APKs 2017-06-23 17:54:34 +02:00
products Add product makefiles for proper integration with LineageOS build 2021-12-13 15:40:59 +01:00
README.md Fix typo, remove stale OpenWeatherMapWeatherProvider reference (#37) 2021-03-24 10:46:07 +01:00

Prebuilt APKs

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
  • 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).

The included APKs are:

  • FDroid packages (binaries sourced from here and here)
    • 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.xml: a simple package to include the microG FDroid repository in the ROM (requires FDroid >= 1.5)
  • microG packages (binaries sourced from here and here)
    • 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
    • FakeStore: an empty package that mocks the existence of the Google Play Store
    • com.google.android.maps: legacy microG's mapsv1 reimplementation