summaryrefslogtreecommitdiffstats
path: root/org.apache.http.legacy
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-04-14 18:55:53 -0700
committerYing Wang <wangying@google.com>2015-04-14 18:55:53 -0700
commitb4c24e0907828cc5b91e90941ba28b940f3adcdf (patch)
tree7d6b407acea885f1c6994f14bdf4aab4bc8e5785 /org.apache.http.legacy
parent897515c449a8aba3c3411aa93db82e4af3896232 (diff)
downloadprebuilts_sdk-b4c24e0907828cc5b91e90941ba28b940f3adcdf.zip
prebuilts_sdk-b4c24e0907828cc5b91e90941ba28b940f3adcdf.tar.gz
prebuilts_sdk-b4c24e0907828cc5b91e90941ba28b940f3adcdf.tar.bz2
Add prebuilt stub org.apache.http.legacy.jar
The prebuilt org.apache.http.legacy.jar was downloaded from https://android-build-uber.corp.google.com/builds/git_master-release-linux-sdk_phone_armv7-win_sdk/1854129/org.apache.http.legacy.jar Bug: 20221594 Change-Id: I44b9d54898b9f1367aa84488b1f10283d5a827ea
Diffstat (limited to 'org.apache.http.legacy')
-rw-r--r--org.apache.http.legacy/Android.mk27
-rw-r--r--org.apache.http.legacy/org.apache.http.legacy.jarbin0 -> 303452 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/org.apache.http.legacy/Android.mk b/org.apache.http.legacy/Android.mk
new file mode 100644
index 0000000..33775e5
--- /dev/null
+++ b/org.apache.http.legacy/Android.mk
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+ifneq (,$(TARGET_BUILD_APPS))
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := org.apache.http.legacy
+LOCAL_SRC_FILES := $(LOCAL_MODULE).jar
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_BUILT_MODULE_STEM := javalib.jar
+
+include $(BUILD_PREBUILT)
+endif
diff --git a/org.apache.http.legacy/org.apache.http.legacy.jar b/org.apache.http.legacy/org.apache.http.legacy.jar
new file mode 100644
index 0000000..3f09fcb
--- /dev/null
+++ b/org.apache.http.legacy/org.apache.http.legacy.jar
Binary files differ