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