summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-02-11 14:34:58 +0000
committerNarayan Kamath <narayan@google.com>2015-02-11 14:34:58 +0000
commitadec7c30f9206305b615710be48d4649831d8b2c (patch)
treeee74e778c2e7eeec7176c403394f6199afa35aa4
parent9ba0e2c70ba567fb802bf23f94b9b173a524431a (diff)
downloadandroid_external_apache-http-adec7c30f9206305b615710be48d4649831d8b2c.tar.gz
android_external_apache-http-adec7c30f9206305b615710be48d4649831d8b2c.tar.bz2
android_external_apache-http-adec7c30f9206305b615710be48d4649831d8b2c.zip
Add a file that proves the existence of unbundled-apache.
The build system can use this as a test for whether we should add a dependency to the library by hand. bug: 18027885 Change-Id: I89eb870ed47928fdd815393f8fe6f64b2a69922e
-rw-r--r--unbundled-apache4
1 files changed, 4 insertions, 0 deletions
diff --git a/unbundled-apache b/unbundled-apache
new file mode 100644
index 0000000..c301258
--- /dev/null
+++ b/unbundled-apache
@@ -0,0 +1,4 @@
+The existence of this file in external/apache-http implies
+that the version of the library here is unbundled. The build system
+can test for its existence to decide whether or not to add a
+dependency to this library.