diff --git a/README.md b/README.md index 326671d..fec9de6 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,10 @@ The included APKs are: * 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](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)) + * microG packages (binaries sourced from [here](https://microg.org/download.html)) * 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 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 \ No newline at end of file +corresponding developers. diff --git a/com.google.android.maps/Android.mk b/com.google.android.maps/Android.mk deleted file mode 100644 index 448dd30..0000000 --- a/com.google.android.maps/Android.mk +++ /dev/null @@ -1,20 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) -LOCAL_MODULE := com.google.android.maps.xml -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions -LOCAL_SRC_FILES := com.google.android.maps.xml -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := com.google.android.maps.jar -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := JAVA_LIBRARIES -LOCAL_SRC_FILES := com.google.android.maps.jar -LOCAL_PACKAGE_NAME := com.google.android.maps.jar -LOCAL_CERTIFICATE := PRESIGNED -LOCAL_REQUIRED_MODULES := com.google.android.maps.xml -include $(BUILD_PREBUILT) - diff --git a/com.google.android.maps/com.google.android.maps.jar b/com.google.android.maps/com.google.android.maps.jar deleted file mode 100644 index 3779c77..0000000 Binary files a/com.google.android.maps/com.google.android.maps.jar and /dev/null differ diff --git a/com.google.android.maps/com.google.android.maps.xml b/com.google.android.maps/com.google.android.maps.xml deleted file mode 100644 index 5be5c2c..0000000 --- a/com.google.android.maps/com.google.android.maps.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/products/gms.mk b/products/gms.mk index 9f3c239..976dce0 100644 --- a/products/gms.mk +++ b/products/gms.mk @@ -4,7 +4,6 @@ PRODUCT_PACKAGES += \ FakeStore \ MozillaNlpBackend \ NominatimNlpBackend \ - com.google.android.maps \ FDroid \ FDroidPrivilegedExtension \ additional_repos.xml