Add an explicit dependency on org.apache.http.legacy.
bug: 18027885 Change-Id: I82f8348f69a9f0d1203ad0188ce8fca6d7c379bc
This commit is contained in:
parent
b13a9a1978
commit
f8f1eacd21
@ -56,6 +56,8 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-opt-bitmap
|
||||
LOCAL_STATIC_JAVA_LIBRARIES += android-opt-datetimepicker
|
||||
LOCAL_STATIC_JAVA_LIBRARIES += owasp-html-sanitizer
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := org.apache.http.legacy
|
||||
|
||||
LOCAL_PACKAGE_NAME := Email
|
||||
|
||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
|
||||
|
@ -85,6 +85,8 @@
|
||||
android:hardwareAccelerated="true"
|
||||
android:allowBackup="false"
|
||||
android:supportsRtl="true" >
|
||||
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false" />
|
||||
<activity
|
||||
android:name="com.android.email.activity.ComposeActivityEmail"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
Reference in New Issue
Block a user