History log of /frameworks/support/v7/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4def697734f9ea783f600ad77f77080dbdfaa6be 11-Jul-2014 Ying Wang <wangying@google.com> Build support libraries from source only in platform build

Change-Id: Ib114d236f671522c9a1c3883e391b5864b2c345d
/frameworks/support/v7/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/Android.mk
e1feb53bd8abfa46613fdd0abcf7a015c7e706c1 29-Feb-2012 Xavier Ducrohet <xav@android.com> Add GridLayout as a support project library.

The library is distributed as a project containing a single jar and resources
but the jar file is built by the Android build system in order to target the
current API.
The code also relies on the R class being generated, which is currently done
manually. The build system uses an intermediary library to compile the R class
so that it doesn't get packaged in the final jar file (same behavior as
compiling the library project with the SDK).

Change-Id: I36ce97d875f2efbb50cca665e9fd0e668f5ba837
/frameworks/support/v7/Android.mk