Commit Graph

3 Commits

Author SHA1 Message Date
Yigit Boyar
ff5868ed69 Fix integration tests that were broken after package renaming 2015-03-25 12:47:13 -07:00
George Mount
fc195a64c6 Move to package android.databinding. 2015-03-23 16:51:33 -07:00
Yigit Boyar
243a1e3e18 Support for multi module setups
This CL adds support for building multi module apps
with proper context.

For library modules, we only generate base classes in the initial
compilation. We also generate a temporary BR file which does
not have final methods.

When final app is being generated, all layout binders, adapters
and Bindable information gets merged and all final classes
are generated in their appropriate packages.

This CL also adds support for Test runs and any
number of build variants.

Bug: 19714904
Change-Id: I9b50b54db05f3fa206eec33709d43c2ac94a9e5e
2015-03-19 12:40:00 -07:00