summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-12-08 15:35:45 +0000
committerNarayan Kamath <narayan@google.com>2014-12-08 15:38:14 +0000
commit9447bd5908a21d3554b58fda16553119cae19c8a (patch)
treed5551550b1753475dba3a2368bf31662dd871b33
parent3db33b69ecf386804af1710935f64a8eaa0c6253 (diff)
downloadandroid_external_apache-http-9447bd5908a21d3554b58fda16553119cae19c8a.tar.gz
android_external_apache-http-9447bd5908a21d3554b58fda16553119cae19c8a.tar.bz2
android_external_apache-http-9447bd5908a21d3554b58fda16553119cae19c8a.zip
Remove apache-http host build.
Was probably used by the dalvik host build once upon a time, but isn't referenced any longer. This is in preparation for changes that make this library depend on the frameworks so that it isn't treated specially. bug: 18027885 Change-Id: Iccf2ea4441eadea3400445d0542130c7362fd331
-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)