summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-12-10 17:54:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-10 17:54:30 +0000
commitf29718641d19e6ac724235d39159fc137154e65c (patch)
treed5551550b1753475dba3a2368bf31662dd871b33
parent3db33b69ecf386804af1710935f64a8eaa0c6253 (diff)
parent9447bd5908a21d3554b58fda16553119cae19c8a (diff)
downloadandroid_external_apache-http-f29718641d19e6ac724235d39159fc137154e65c.tar.gz
android_external_apache-http-f29718641d19e6ac724235d39159fc137154e65c.tar.bz2
android_external_apache-http-f29718641d19e6ac724235d39159fc137154e65c.zip
Merge "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)