aboutsummaryrefslogtreecommitdiffstats
path: root/java/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize LatinIME native build directory structure. Now it got NDK friendly.Ken Wakasa2011-12-131-0/+14
| | | | Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d
* Use InputMethodSettingsFragmentsatok2011-07-091-0/+1
| | | | | | Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2
* Consolidate main dictionary files.Ken Wakasa2011-01-051-1/+2
| | | | | | | | | This change is a preparation for upcoming optimizations on dictionary file loading. * We can consolidate dictionary files because we are no longer relying on Asset Manager. * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file. * Probably we won't rely on Asset Manager. Instead we'll probably use offset and size obtained from AssetFileDescriptor. Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76
* Include all the resources regardless of system localesKen Wakasa2010-12-291-0/+3
| | | | | | | This change addresses open source LatinIME bug: 3313179 Change-Id: I513a9b7596fb748ca6b4f8d89550677e6b40348e
* Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| | | | Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
* Change all-subdir-java-files to all-java-files-under,srcTadashi G. Takaoka2010-08-251-1/+1
| | | | Change-Id: I3c15101a769f19b3f3696f315db47c929979b703
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+22
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986