Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Attempt to fix the build server build: make the common library | Dan Egnor | 2009-11-18 | 1 | -0/+2 | |
| | | | | not depend on the framework library (for now, at least). | |||||
* | Create android-common static library which gets included in frameworks.jar, | Dan Egnor | 2009-11-18 | 5 | -0/+411 | |
but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients. |