diff options
author | 2018-10-24 17:44:49 -0700 | |
---|---|---|
committer | 2018-10-31 21:49:02 -0700 | |
commit | 22ebec6e2e4bdf3f18023907e649c68ab8b3c7a3 (patch) | |
tree | adc4a79776149ae2bc43f8c34e675643bb253141 /native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h | |
parent | b6301306fa75dc4c7c4aba19d23ddb900082d1b3 (diff) | |
download | latinime-22ebec6e2e4bdf3f18023907e649c68ab8b3c7a3.tar.gz latinime-22ebec6e2e4bdf3f18023907e649c68ab8b3c7a3.tar.xz latinime-22ebec6e2e4bdf3f18023907e649c68ab8b3c7a3.zip |
Convert to Android.bp
See build/soong/README.md for more information.
Test: cd packages/inputmethods/LatinIME; mma
Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
Diffstat (limited to 'native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h')
-rw-r--r-- | native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h index 13d26ba91..ea17a31d3 100644 --- a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h +++ b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h @@ -20,7 +20,7 @@ #include "dict_toolkit_defines.h" #include "offdevice_intermediate_dict/offdevice_intermediate_dict_header.h" #include "offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node_array.h" -#include "suggest/core/dictionary/property/word_property.h" +#include "dictionary/property/word_property.h" #include "utils/int_array_view.h" namespace latinime { |