aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/NativeLib.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial successful standalone buildAmin Bandali2025-01-111-0/+46
* Convert to Android.bp•••See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 Dan Willemsen2018-10-311-46/+0
* Clean up Makefiles, remove HOST_JDK_IS_64BIT_VERSION•••This builds on Darwin fine, so remove the non-standard darwin checks. Remove HOST_JDK_IS_64BIT_VERSION, it's always true now, and this is the only user. Test: mmm packages/inputmethods/LatinIME/tools/dicttool:liblatinime-aosp-dicttool-host Change-Id: I750c6baa29cf1d27a885ff064f0daf9d986db0b9 Dan Willemsen2017-07-261-10/+0
* Rely on the platform -std default.•••Bug: http://b/32019064 Test: builds Change-Id: I17611b6d9598992bd52cf3dc93509f0f5e0bdcde Elliott Hughes2016-10-071-3/+0
* resolved conflicts for merge of 159474f2 to lmp-dev-plus-aosp•••Change-Id: Ie133ba3e80132d711796d0de6c5ae611f7e43365 Tim Murray2014-07-241-1/+0
|\
| * Use default compiler flags for dicttool.•••Not using this causes the triple to not be passed to clang, breaking Darwin. bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434 Tim Murray2014-07-231-1/+0
* | resolved conflicts for merge of 90b948ea to master•••Change-Id: Ic86260b4e49ebda2ee718eadf0109ad9626a68e6 Ying Wang2014-06-111-0/+3
|\|
| * Use LOCAL_MULTILIB to build host lib as 64-bit•••Also we should use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES. Bug: 13751317 Change-Id: I742ff14b3de168e14e646749cf4f6bc9c9e7bc62 Ying Wang2014-06-091-2/+1
* | Remove redundant LOCAL_IS_HOST_MODULE assignments•••Also, remove irrelevant LOCAL_NDK_STL_VARIANT for host modules. Change-Id: I45e916c11f7c1f9b13956f01274a82ee7de1f558 Ken Wakasa2014-04-041-1/+0
* | 32-bit dicttool•••As we can't easily turn on -m64 for only one module, the JNI library for a host tool should be 32-bit, at least for now. Change-Id: I1f001ccca1ad968a2241c0494bb70391fb11a59f Ken Wakasa2014-04-041-8/+1
* | Use Clang for dicttool•••Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80 Ken Wakasa2014-03-271-2/+2
* | Recover the dicttool build except for Mac•••With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a Ken Wakasa2014-03-071-0/+8
* | Switch to C++11•••Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f Ken Wakasa2014-03-061-0/+4
* | Have dicttool use the native library to generate v4 dicts.•••Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9 Jean Chalard2013-12-131-6/+8
|/
* Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada2013-08-201-1/+1
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744 Yuichiro Hanada2013-08-151-1/+1
* Add an initial JNI interface to dicttool.•••Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6 Jean Chalard2013-08-151-0/+51