aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Andrew Pellegrini <apell@google.com>2015-06-25 17:12:49 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-06-26 15:29:53 +0000
commitd13716a201b2dcfe952e843ffcc566056519aaa5 (patch)
tree8f6fd28465854ed94d5915e73a746a2fa651f70d /third_party
parent643063d582dcf346f276680288b11f958f5c551d (diff)
Open source AarGeneratorAction and AndroidResourceProcessingAction.
-- MOS_MIGRATED_REVID=96883818
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD17
-rw-r--r--third_party/README.md14
2 files changed, 31 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 512b40e649..086d087550 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -43,11 +43,28 @@ java_import(
)
java_import(
+ name = "android_common",
+ jars = [
+ "android_common/com.android.tools.build_builder_0.13.3.jar",
+ "android_common/com.android.tools.build_builder-model_0.13.3.jar",
+ "android_common/com.android.tools.build_manifest-merger_23.1.3.jar",
+ "android_common/com.android.tools_common_23.1.3.jar",
+ "android_common/com.android.tools_sdk-common_23.1.3.jar",
+ "android_common/com.android.tools_sdklib_23.1.3.jar",
+ ],
+)
+
+java_import(
name = "apache_commons_collections",
jars = ["apache_commons_collections/commons-collections-3.2.1.jar"],
)
java_import(
+ name = "apache_commons_compress",
+ jars = ["apache_commons_compress/apache-commons-compress-1.9.jar"],
+)
+
+java_import(
name = "apache_commons_logging",
jars = ["apache_commons_logging/commons-logging-1.1.1.jar"],
)
diff --git a/third_party/README.md b/third_party/README.md
index 0c64d3752d..0f6bfdc4c7 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -10,6 +10,13 @@ a minimal set of extra dependencies.
* License: Eclipse Public License
+[android_common](http://mvnrepository.com/artifact/com.android.tools/sdk-common)
+----------------------------
+
+* Version: 22.8.4
+* License: Apache License 2.0.
+
+
[apache_commons_collections](http://commons.apache.org/proper/commons-collections/)
----------------------------
@@ -17,6 +24,13 @@ a minimal set of extra dependencies.
* License: Apache License 2.0.
+[apache_commons_compress](http://commons.apache.org/proper/commons-compress/)
+----------------------------
+
+* Version: 1.9
+* License: Apache License 2.0.
+
+
[apache_commons_logging](http://commons.apache.org/proper/commons-logging/)
------------------------