aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/compat/android/text (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-10/+6
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Fix build breakage in dicttoolYohei Yukawa2014-07-201-0/+20
| | | | | | | | This CL fixes the build breakage caused by I0dd103185dcf62fb1e2505 due to the lack of android.text.Spanned in host environment. BUG: 16029304 Change-Id: Ic966d10e8abe2c2be8d62c09d1502574535aa8b8
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-0/+107
Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9