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:
@@ -118,7 +118,6 @@
|
||||
android:directBootAware="true"
|
||||
android:appComponentFactory="androidx.core.app.CoreComponentFactory">
|
||||
|
||||
<uses-library android:name="org.apache.http.legacy" />
|
||||
<!-- Settings -->
|
||||
|
||||
<activity android:name=".homepage.SettingsHomepageActivity"
|
||||
|
||||
Reference in New Issue
Block a user