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

This commit is contained in:
Narayan Kamath
2015-02-10 16:18:01 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := eng
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common org.apache.http.legacy
LOCAL_SRC_FILES := $(call all-subdir-java-files) \
src/com/android/development/IRemoteService.aidl \

View File

@@ -47,6 +47,7 @@
<application android:label="Dev Tools"
android:icon="@mipmap/ic_launcher_devtools">
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<uses-library android:name="android.test.runner" />