Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers. | Elliott Hughes | 2012-01-30 | 1 | -1/+15 |
| | | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f | ||||
* | Fixed test for static final fields that don't use <clinit>. | jeffhao | 2011-09-29 | 1 | -0/+9 |
Static final fields that are initialized by a compile-time constant expression are replaced by copies of the constant value. This is done by the compiler, and the dex file format passes it on. Change-Id: I19c9b63508a4632ac32b8b877f33d68bfb3b054b |