summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-12-10 18:09:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-10 18:09:25 +0000
commit49fa2d06482b1af59dadf2a19388154b617d126f (patch)
tree65a76c674d3b8187517aec721685b3f80dbb5400
parentd42abb2fd917184764daf22f5f299e848b8701d7 (diff)
parentf29718641d19e6ac724235d39159fc137154e65c (diff)
downloadandroid_external_apache-http-49fa2d06482b1af59dadf2a19388154b617d126f.tar.gz
android_external_apache-http-49fa2d06482b1af59dadf2a19388154b617d126f.tar.bz2
android_external_apache-http-49fa2d06482b1af59dadf2a19388154b617d126f.zip
am f2971864: Merge "Remove apache-http host build."
* commit 'f29718641d19e6ac724235d39159fc137154e65c': Remove apache-http host build.
-rw-r--r--Android.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 82bd472..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (C) 2011 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.
-#
-LOCAL_PATH:= $(call my-dir)
-# frameworks builds apache-http as part of ext.jar for the device, but
-# here we just build apache-http alone for the host build
-include $(CLEAR_VARS)
-LOCAL_MODULE := apachehttp-hostdex
-LOCAL_MODULE_TAGS := optional
-LOCAL_SRC_FILES := $(call all-java-files-under,src)
-LOCAL_MODULE_TAGS := optional
-include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)