Merge "Remove org.apache.http.legacy from Settings"

This commit is contained in:
TreeHugger Robot
2021-01-06 03:51:42 +00:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ android_app {
"settings-platform-compat-config", "settings-platform-compat-config",
], ],
static_libs: ["Settings-core"], static_libs: ["Settings-core"],
uses_libs: ["org.apache.http.legacy"],
resource_dirs: [], resource_dirs: [],
optimize: { optimize: {
proguard_flags_files: ["proguard.flags"], proguard_flags_files: ["proguard.flags"],

View File

@@ -118,7 +118,6 @@
android:directBootAware="true" android:directBootAware="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"> android:appComponentFactory="androidx.core.app.CoreComponentFactory">
<uses-library android:name="org.apache.http.legacy" />
<!-- Settings --> <!-- Settings -->
<activity android:name=".homepage.SettingsHomepageActivity" <activity android:name=".homepage.SettingsHomepageActivity"

View File

@@ -49,7 +49,6 @@ android_app {
"telephony-common", "telephony-common",
"ims-common", "ims-common",
], ],
uses_libs: ["org.apache.http.legacy"],
} }
//############################################################ //############################################################