Remove org.apache.http.legacy from Settings

It appears that all usages of org.apache.http were removed after aosp/118987.
Keeping this library in the phone settings manifest and build files adds an
unnecessary dependency for both phone settings

Bug: 176242377
Test: rebuild
Change-Id: I58eb077c2518c58b82e931596dfaefb151213c25
This commit is contained in:
Edgar Wang
2020-12-29 14:45:14 +08:00
parent a12003a9ac
commit 02013aeeb6
3 changed files with 0 additions and 3 deletions

View File

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