Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

the-antz/android_prebuilts_prebuiltapks

 
 

Repository files navigation

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 (removed, just pull it in directly from upstream, see here)
    • additional_repos.xml: a simple package to include the microG FDroid repository in the ROM (requires FDroid >= 1.5)
  • Aurora packages
    • AuroraStore: An Open Source alternative for Google Play Store (binary sourced from here)
    • AuroraServices: Service provider for Aurora Store (binary sourced from here)
  • 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
  • Magisk (binary sourced from here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%