History log of /frameworks/support/v7/gridlayout/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b12ba0547b2fad1c4dfc12dec36c5e7893974e67 28-Aug-2013 Adam Powell <adamp@google.com> Fix compatibility support for v7/gridlayout

A previous implementation import from frameworks/base combined with an
incorrectly restricted makefile led to GridLayout using new/hidden API
from the framework instead of compat lib conventions and public API
only.

Add required shims to ViewCompat/ViewGroupCompat as needed and have
GridLayout use them. Fix some general Android code style guide issues.

Change-Id: I5dd965b9c4282c47964bfd1d481e3a62725cca38
/frameworks/support/v7/gridlayout/Android.mk
16b9c32acfd3e6c96bd5571742bd09927f53bffe 21-May-2013 Ying Wang <wangying@google.com> Clean up dist files.

Change-Id: Ib22ec5e867955a71d4e42db0d2c56775fe37a4ae
/frameworks/support/v7/gridlayout/Android.mk
275326903ed2dd238ddbbd9532a9d46000cc8399 19-Mar-2013 Jeff Brown <jeffbrown@google.com> Remove generated files from gridlayout support lib.

The gridlayout support lib previously had its generated R file
checked into the source tree. Fixed the Makefile to avoid
doing this and also to take advantage of improved support
for static libraries with associated resources.

Bug: 8175766
Change-Id: Ib15bde4569afe4a2f45437301b104bbec889f4d4
/frameworks/support/v7/gridlayout/Android.mk