summaryrefslogtreecommitdiff
path: root/databinding.properties
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 /databinding.properties
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 'databinding.properties')
-rw-r--r--databinding.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/databinding.properties b/databinding.properties
index 0bda1db3..a0aa8b71 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -6,6 +6,7 @@ androidPluginVersion = 1.0.1
javaTargetCompatibility = 1.6
javaSourceCompatibility = 1.6
mavenRepoName=maven-repo
+prebuildFolderName=prebuilds
group=com.android.databinding
testGroup=com.android.databinding.test