aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/NativeLib.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial successful standalone buildAmin Bandali2025-01-111-0/+46
|
* Convert to Android.bpDan Willemsen2018-10-311-46/+0
| | | | | | | See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
* Clean up Makefiles, remove HOST_JDK_IS_64BIT_VERSIONDan Willemsen2017-07-261-10/+0
| | | | | | | | | | 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
* Rely on the platform -std default.Elliott Hughes2016-10-071-3/+0
| | | | | | Bug: http://b/32019064 Test: builds Change-Id: I17611b6d9598992bd52cf3dc93509f0f5e0bdcde
* resolved conflicts for merge of 159474f2 to lmp-dev-plus-aospTim Murray2014-07-241-1/+0
|\ | | | | | | Change-Id: Ie133ba3e80132d711796d0de6c5ae611f7e43365
| * Use default compiler flags for dicttool.Tim Murray2014-07-231-1/+0
| | | | | | | | | | | | | | | | Not using this causes the triple to not be passed to clang, breaking Darwin. bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* | resolved conflicts for merge of 90b948ea to masterYing Wang2014-06-111-0/+3
|\| | | | | | | Change-Id: Ic86260b4e49ebda2ee718eadf0109ad9626a68e6
| * Use LOCAL_MULTILIB to build host lib as 64-bitYing Wang2014-06-091-2/+1
| | | | | | | | | | | | | | | | Also we should use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES. Bug: 13751317 Change-Id: I742ff14b3de168e14e646749cf4f6bc9c9e7bc62
* | Remove redundant LOCAL_IS_HOST_MODULE assignmentsKen Wakasa2014-04-041-1/+0
| | | | | | | | | | | | Also, remove irrelevant LOCAL_NDK_STL_VARIANT for host modules. Change-Id: I45e916c11f7c1f9b13956f01274a82ee7de1f558
* | 32-bit dicttoolKen Wakasa2014-04-041-8/+1
| | | | | | | | | | | | | | 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
* | Use Clang for dicttoolKen Wakasa2014-03-271-2/+2
| | | | | | | | | | | | Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
* | Recover the dicttool build except for MacKen Wakasa2014-03-071-0/+8
| | | | | | | | | | | | | | With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a
* | Switch to C++11Ken Wakasa2014-03-061-0/+4
| | | | | | | | Change-Id: Ib2970327c36422d7b11103d52ba7e9e52db5554f
* | Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-6/+8
|/ | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-1/+1
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-151-1/+1
| | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-151-0/+51
Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6