Add an explicit dependency on org.apache.http.legacy.

bug: 18027885
Change-Id: I82f8348f69a9f0d1203ad0188ce8fca6d7c379bc
This commit is contained in:
Narayan Kamath 2014-12-12 11:38:19 +00:00
parent b13a9a1978
commit f8f1eacd21
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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"