Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.settings/ | 03-May-2024 | - | 109 | 106 | ||
src/com/android/ | 03-May-2024 | - | 4,021 | 2,046 | ||
tests/ | 03-May-2024 | - | 556 | 415 | ||
.classpath | D | 03-May-2024 | 520 | 10 | 9 | |
.gitignore | D | 03-May-2024 | 11 | 4 | 2 | |
.project | D | 03-May-2024 | 365 | 18 | 17 | |
Android.mk | D | 03-May-2024 | 1.1 KiB | 37 | 10 | |
NOTICE | D | 03-May-2024 | 10.4 KiB | 191 | 158 | |
README.txt | D | 03-May-2024 | 677 | 14 | 10 | |
build.gradle | D | 03-May-2024 | 461 | 30 | 25 | |
manifest.txt | D | 03-May-2024 | 28 | 2 | 1 |
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.