History log of /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6887f1479c3ecec38a7989748ef33de1fbcd973 12-Jun-2015 Yigit Boyar <yboyar@google.com> Export generated class list from javac

Previously, gradle plugin would figure out generated class names
that should be excluded from the packaging. This CL changes that
behavior to export the list from java compiler so that it is
consistent going forward.

This CL also changes exclusion task to always exclude generated
binding info class to not to leak any information about user's
local.

Bug: 21668472
Change-Id: Ibeed24bd854781942b4185f618a5cd1eafe706d3
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
4d4979490e1fa374c0d7f3599fed0a9e83a579d0 08-Jun-2015 George Mount <mount@google.com> Support data binding for fragments.

Bug 21667601

Change-Id: I636dec1bbb5567d70a996e115e6bf8322c3aa29d
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
30cc484507f3dfd7a3c56e5f785c4783e3e0da9d 30-Apr-2015 George Mount <mount@google.com> Add tool determining files that need stripping from artifact.

Also, modified the command line to take an optional parameter
[-l] to inform whether or not this is a library.

Change-Id: I6b1e96ae64bfa7ce2b2c685bbd64f0021a3bed42
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
be83770af82294c1841eef414513653646b88dc6 29-Apr-2015 Yigit Boyar <yboyar@google.com> Move java-gen task to proper hook

Bug: 20640611
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
ee7586713d68806b556a425cbebf007a56261ff3 17-Apr-2015 Yigit Boyar <yboyar@google.com> 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
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java
fead9ca09b117136b35bc5bf137340a754f9eddd 23-Mar-2015 George Mount <mount@google.com> Move to package android.databinding.
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/MakeCopy.java