From b4c24e0907828cc5b91e90941ba28b940f3adcdf Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 14 Apr 2015 18:55:53 -0700 Subject: 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 --- org.apache.http.legacy/Android.mk | 27 ++++++++++++++++++++++ org.apache.http.legacy/org.apache.http.legacy.jar | Bin 0 -> 303452 bytes 2 files changed, 27 insertions(+) create mode 100644 org.apache.http.legacy/Android.mk create mode 100644 org.apache.http.legacy/org.apache.http.legacy.jar (limited to 'org.apache.http.legacy') 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 Binary files /dev/null and b/org.apache.http.legacy/org.apache.http.legacy.jar differ -- cgit v1.1