summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-04-16 15:12:02 -0700
committerYigit Boyar <yboyar@google.com>2015-04-16 19:00:18 -0700
commitee7586713d68806b556a425cbebf007a56261ff3 (patch)
tree2528563bfa37afa021ac37ed172b5513cd063111 /.gitignore
parent3b8fedce6e9ee814ffe7b63d07aa5456f08fb9b2 (diff)
downloaddata-binding-ee7586713d68806b556a425cbebf007a56261ff3.tar.gz
Add 3rd party licenses to fatJar
This CL adds 3rd party licenses to compiler-fatJar so that we can use it in our build process w/o maven dependency. It also removes dependency on SDK folder for api level lookup by shipping versions.xml file with the bundle. It adds a new gradle task, preparePrebuilds, which bundsles all necessary builds to a prebuild folder which should be committed. These pre-builds will be used by the makefile to support make builds. Bug: 19945740 Change-Id: I0bba72bbb13770aba94317301217ddd842211e2d
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..5b1b4390
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build
+local.properties
+.gradle
+maven-repo