diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml
deleted file mode 100644
index 0eb9c55..0000000
--- a/.github/workflows/updater.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: Updater
-on:
- schedule:
- - cron: '37 13 * * *'
- workflow_dispatch:
-jobs:
- Update-Apks:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-java@v3
- with:
- distribution: 'temurin'
- java-version: '17'
- - run: pipx install pipenv
- - uses: actions/setup-python@v4
- with:
- python-version: '3.9'
- cache: 'pipenv'
- cache-dependency-path: 'updater/Pipfile.lock'
- - run: pipenv install
- working-directory: updater
- - run: pipenv run python main.py
- working-directory: updater
diff --git a/FDroid/.version_code b/FDroid/.version_code
deleted file mode 100644
index 08f392c..0000000
--- a/FDroid/.version_code
+++ /dev/null
@@ -1 +0,0 @@
-1022050
\ No newline at end of file
diff --git a/FDroid/Android.mk b/FDroid/Android.mk
deleted file mode 100644
index 3f0430a..0000000
--- a/FDroid/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-LOCAL_MODULE := FDroid
-LOCAL_SRC_FILES := FDroid.apk
-LOCAL_MODULE_CLASS := APPS
-LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
-LOCAL_CERTIFICATE := PRESIGNED
-# these lines may break builds before 19.1 so make them conditional
-ifneq ($(call math_gt_or_eq, $(PLATFORM_SDK_VERSION), 31),)
-LOCAL_OPTIONAL_USES_LIBRARIES := androidx.window.extensions androidx.window.sidecar
-endif
-LOCAL_PRODUCT_MODULE := true
-include $(BUILD_PREBUILT)
diff --git a/FDroid/FDroid.apk b/FDroid/FDroid.apk
deleted file mode 100644
index 04005fd..0000000
Binary files a/FDroid/FDroid.apk and /dev/null differ
diff --git a/FDroidPrivilegedExtension/.version_code b/FDroidPrivilegedExtension/.version_code
deleted file mode 100644
index f91847e..0000000
--- a/FDroidPrivilegedExtension/.version_code
+++ /dev/null
@@ -1 +0,0 @@
-2130
\ No newline at end of file
diff --git a/FDroidPrivilegedExtension/Android.mk b/FDroidPrivilegedExtension/Android.mk
deleted file mode 100644
index 3c0cd63..0000000
--- a/FDroidPrivilegedExtension/Android.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := privapp-permissions-org.fdroid.fdroid.privileged.xml
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)/permissions
-LOCAL_SRC_FILES := $(LOCAL_MODULE)
-include $(BUILD_PREBUILT)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := FDroidPrivilegedExtension
-LOCAL_SRC_FILES := FDroidPrivilegedExtension.apk
-LOCAL_MODULE_CLASS := APPS
-LOCAL_PRIVILEGED_MODULE := true
-LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
-LOCAL_CERTIFICATE := PRESIGNED
-LOCAL_REQUIRED_MODULES := privapp-permissions-org.fdroid.fdroid.privileged.xml
-LOCAL_PRODUCT_MODULE := true
-include $(BUILD_PREBUILT)
-
diff --git a/FDroidPrivilegedExtension/FDroidPrivilegedExtension.apk b/FDroidPrivilegedExtension/FDroidPrivilegedExtension.apk
deleted file mode 100644
index d43ee7a..0000000
Binary files a/FDroidPrivilegedExtension/FDroidPrivilegedExtension.apk and /dev/null differ
diff --git a/FDroidPrivilegedExtension/privapp-permissions-org.fdroid.fdroid.privileged.xml b/FDroidPrivilegedExtension/privapp-permissions-org.fdroid.fdroid.privileged.xml
deleted file mode 100644
index 3a7d442..0000000
--- a/FDroidPrivilegedExtension/privapp-permissions-org.fdroid.fdroid.privileged.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/README.md b/README.md
index b2768db..cbbc9c3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+# This is fork of lineageos4microg/android_vendor_partner_gms
+
+Refer to https://github.com/lineageos4microg/android_vendor_partner_gms to get original repo.
+
# microG Mobile Services
This is a collection of FOSS APKs, coupled with the respective Makefiles for an
@@ -38,14 +42,9 @@ The symptoms of the problem as some apps from this repo (e.g. FakeStore and GmsC
---------------
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.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))
* 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
-These are official unmodified prebuilt binaries, signed by the
-corresponding developers.
+These are official unmodified prebuilt binaries, signed by the corresponding developers.
diff --git a/additional_repos.xml/Android.mk b/additional_repos.xml/Android.mk
deleted file mode 100644
index 87892d4..0000000
--- a/additional_repos.xml/Android.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := additional_repos.xml
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)/org.fdroid.fdroid
-LOCAL_SRC_FILES := additional_repos.xml
-include $(BUILD_PREBUILT)
-
diff --git a/additional_repos.xml/additional_repos.xml b/additional_repos.xml/additional_repos.xml
deleted file mode 100644
index 7b077c3..0000000
--- a/additional_repos.xml/additional_repos.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- - microG F-Droid repo
-
- - https://microg.org/fdroid/repo
-
- - This is a repository of microG apps to be used with F-Droid. Applications in this repository are signed official binaries built by the microG Team from the corresponding source code.
-
- - 19
-
- - 1
-
- - ignore
-
- - 308202ed308201d5a003020102020426ffa009300d06092a864886f70d01010b05003027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a656374301e170d3132313030363132303533325a170d3337303933303132303533325a3027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a65637430820122300d06092a864886f70d01010105000382010f003082010a02820101009a8d2a5336b0eaaad89ce447828c7753b157459b79e3215dc962ca48f58c2cd7650df67d2dd7bda0880c682791f32b35c504e43e77b43c3e4e541f86e35a8293a54fb46e6b16af54d3a4eda458f1a7c8bc1b7479861ca7043337180e40079d9cdccb7e051ada9b6c88c9ec635541e2ebf0842521c3024c826f6fd6db6fd117c74e859d5af4db04448965ab5469b71ce719939a06ef30580f50febf96c474a7d265bb63f86a822ff7b643de6b76e966a18553c2858416cf3309dd24278374bdd82b4404ef6f7f122cec93859351fc6e5ea947e3ceb9d67374fe970e593e5cd05c905e1d24f5a5484f4aadef766e498adf64f7cf04bddd602ae8137b6eea40722d0203010001a321301f301d0603551d0e04160414110b7aa9ebc840b20399f69a431f4dba6ac42a64300d06092a864886f70d01010b0500038201010007c32ad893349cf86952fb5a49cfdc9b13f5e3c800aece77b2e7e0e9c83e34052f140f357ec7e6f4b432dc1ed542218a14835acd2df2deea7efd3fd5e8f1c34e1fb39ec6a427c6e6f4178b609b369040ac1f8844b789f3694dc640de06e44b247afed11637173f36f5886170fafd74954049858c6096308fc93c1bc4dd5685fa7a1f982a422f2a3b36baa8c9500474cf2af91c39cbec1bc898d10194d368aa5e91f1137ec115087c31962d8f76cd120d28c249cf76f4c70f5baa08c70a7234ce4123be080cee789477401965cfe537b924ef36747e8caca62dfefdd1a6288dcb1c4fd2aaa6131a7ad254e9742022cfd597d2ca5c660ce9e41ff537e5a4041e37
-
-
- - microG F-Droid archive
-
- - https://microg.org/fdroid/archive
-
- - The repository of older versions of applications from the main repository.
-
- - 19
-
- - 0
-
- - ignore
-
- - 308202ed308201d5a003020102020426ffa009300d06092a864886f70d01010b05003027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a656374301e170d3132313030363132303533325a170d3337303933303132303533325a3027310b300906035504061302444531183016060355040a130f4e4f47415050532050726f6a65637430820122300d06092a864886f70d01010105000382010f003082010a02820101009a8d2a5336b0eaaad89ce447828c7753b157459b79e3215dc962ca48f58c2cd7650df67d2dd7bda0880c682791f32b35c504e43e77b43c3e4e541f86e35a8293a54fb46e6b16af54d3a4eda458f1a7c8bc1b7479861ca7043337180e40079d9cdccb7e051ada9b6c88c9ec635541e2ebf0842521c3024c826f6fd6db6fd117c74e859d5af4db04448965ab5469b71ce719939a06ef30580f50febf96c474a7d265bb63f86a822ff7b643de6b76e966a18553c2858416cf3309dd24278374bdd82b4404ef6f7f122cec93859351fc6e5ea947e3ceb9d67374fe970e593e5cd05c905e1d24f5a5484f4aadef766e498adf64f7cf04bddd602ae8137b6eea40722d0203010001a321301f301d0603551d0e04160414110b7aa9ebc840b20399f69a431f4dba6ac42a64300d06092a864886f70d01010b0500038201010007c32ad893349cf86952fb5a49cfdc9b13f5e3c800aece77b2e7e0e9c83e34052f140f357ec7e6f4b432dc1ed542218a14835acd2df2deea7efd3fd5e8f1c34e1fb39ec6a427c6e6f4178b609b369040ac1f8844b789f3694dc640de06e44b247afed11637173f36f5886170fafd74954049858c6096308fc93c1bc4dd5685fa7a1f982a422f2a3b36baa8c9500474cf2af91c39cbec1bc898d10194d368aa5e91f1137ec115087c31962d8f76cd120d28c249cf76f4c70f5baa08c70a7234ce4123be080cee789477401965cfe537b924ef36747e8caca62dfefdd1a6288dcb1c4fd2aaa6131a7ad254e9742022cfd597d2ca5c660ce9e41ff537e5a4041e37
-
-
diff --git a/products/gms.mk b/products/gms.mk
index 522c678..593c356 100644
--- a/products/gms.mk
+++ b/products/gms.mk
@@ -2,6 +2,3 @@ PRODUCT_PACKAGES += \
GmsCore \
GsfProxy \
FakeStore \
- FDroid \
- FDroidPrivilegedExtension \
- additional_repos.xml