Name | Date | Size | |
---|---|---|---|
.. | 21-Nov-2012 | 4 KiB | |
.classpath | 21-Nov-2012 | 520 | |
.gitignore | 21-Nov-2012 | 11 | |
.project | 21-Nov-2012 | 365 | |
.settings/ | 21-Nov-2012 | 4 KiB | |
Android.mk | 21-Nov-2012 | 1.1 KiB | |
build.gradle | 21-Nov-2012 | 461 | |
manifest.txt | 21-Nov-2012 | 28 | |
NOTICE | 21-Nov-2012 | 10.4 KiB | |
README.txt | 21-Nov-2012 | 677 | |
src/ | 21-Nov-2012 | 4 KiB | |
tests/ | 21-Nov-2012 | 4 KiB |
README.txt
1common.jar contains resource configuration enums. It is used by various tools, but also 2by layoutlib.jar 3 4Layoutlib.jar is built from frameworks/base.git and therefore is versioned with the platform. 5 6IMPORTANT NOTE REGARDING CHANGES IN common.jar: 7 8- The API must stay compatible. This is because while layoutlib.jar compiles against it, 9 the client provides the implementation and must be able to load earlier versions of layoutlib.jar. 10 11- Updated version of common should be copied to the current in-dev branch of 12 prebuilt/common/common/common-prebuilt.jar 13 The PREBUILT file in the same folder must be updated as well to reflect how to rebuild this 14 prebuilt jar file.