History log of /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/XMLParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
15b6682cf3505b117329e2190967c92a89b179e9 08-Apr-2016 Yigit Boyar <yboyar@google.com> Move to org.antlr from tunnelvision

We were using a version of antlr that is published by
tunnelvision which works fine but this becomes a problem
when another gradle plugin wants to depend on antlr as
well. It is best if we depend on the original one to
avoid conflicts with other libs.

Bug: 27175207
Change-Id: I0a87f9902361ace5dc6d03d838e2ad431c844de8
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/XMLParser.java
0cb9fbb96197af013f4f879ed6cddf2681b88fd6 16-Jun-2015 Yigit Boyar <yboyar@google.com> Move shared code between build and compiler to a separate project

This CL encapsulates the shared code between build time and annotation
processing into a separate project. This project has no dependency on
kotlin so we can easily use it in gradle plugin.

Bug: 21815393
Change-Id: I9fd2e88885d06ff5423121747817ffcd056e8c74
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/XMLParser.java