From d70c58e871b209a788d246d09b0175097b12c36c Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 18 Dec 2021 21:40:29 +0100 Subject: [PATCH] [android] Forgot to add a symlink to updated ICU dat file Signed-off-by: Alexander Borsuk --- 3party/icu/README.md | 3 ++- android/assets/icudt69l.dat | 1 - android/assets/icudt70l.dat | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 android/assets/icudt69l.dat create mode 120000 android/assets/icudt70l.dat diff --git a/3party/icu/README.md b/3party/icu/README.md index 24a7828e50..b8b395344f 100644 --- a/3party/icu/README.md +++ b/3party/icu/README.md @@ -20,7 +20,8 @@ make -j$(nproc) cp data/out/icudt??l.dat ../../../data/ ``` -Don't forget to delete an old .dat file in the $(OMIM_ROOT)/data and update all references in the code: +Don't forget to delete an old .dat file in the $(OMIM_ROOT)/data and update symlink in `android/assets/` +and all references in the code: ``` indexer/transliteration_loader.cpp diff --git a/android/assets/icudt69l.dat b/android/assets/icudt69l.dat deleted file mode 120000 index 02bdec5c4b..0000000000 --- a/android/assets/icudt69l.dat +++ /dev/null @@ -1 +0,0 @@ -../../data/icudt69l.dat \ No newline at end of file diff --git a/android/assets/icudt70l.dat b/android/assets/icudt70l.dat new file mode 120000 index 0000000000..b311671096 --- /dev/null +++ b/android/assets/icudt70l.dat @@ -0,0 +1 @@ +../../data/icudt70l.dat \ No newline at end of file