Commit dd0ab3f1 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

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

bug: 18027885
Change-Id: I8e041025dc3f58b82ddce5b9ab2e3bdd3512cf00
parent 4950c01a
......@@ -39,6 +39,8 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_MULTILIB := 32
LOCAL_JAVA_LIBRARIES += org.apache.http.legacy
include $(BUILD_PACKAGE)
ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
......
......@@ -45,6 +45,7 @@
android:restoreAnyVersion="true"
android:supportsRtl="true">
<uses-library android:name="com.google.android.media.effects" android:required="false" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:name="com.android.gallery3d.app.MovieActivity"
android:label="@string/movie_view_label"
android:configChanges="orientation|keyboardHidden|screenSize">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment