Skip to content

Commit 01efdd4

Browse files
luk1337npjohnson
authored andcommitted
gs201: parts: Get rid of GSF dependency
GMS is enough, especially with microG. Change-Id: Ia24e9474453664d55221443b128944b44e53c6c6
1 parent a90e7af commit 01efdd4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

parts/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
<queries>
1313
<package android:name="com.google.android.gms" />
14-
<package android:name="com.google.android.gsf" />
1514
<package android:name="com.google.android.euicc" />
1615
<package android:name="com.google.euiccpixel" />
1716
</queries>

parts/src/org/lineageos/settings/EuiccDisabler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
class EuiccDisabler {
1414
private static final String TAG = "GoogleParts";
1515
private static final String[] EUICC_DEPENDENCIES = new String[]{
16-
"com.google.android.gms",
17-
"com.google.android.gsf"
16+
"com.google.android.gms"
1817
};
1918
private static final String[] EUICC_PACKAGES = new String[]{
2019
"com.google.android.euicc",

0 commit comments

Comments
 (0)