You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the file size of android/bin/MozcForAndroid-release-unsigned.apk
Expected behavior
The file size is roughly 18MB (or so), which was the size as of Mozc 2.18.2552.103 (7b9ea33)
Actual behavior
The file size is roughly 30MB.
Additional information
Before 52e3d29 was committed, assets/mozc.imy was embedded if and only if use_separate_dataset GYP variable is set to 1. With 52e3d29, C++ layer started behaving as if use_separate_dataset was always set to 0, which is intentional, while assets/mozc.imy has always been embedded as if use_separate_dataset was always set to 0, which is never intentional.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
android/bin/MozcForAndroid-release-unsigned.apk
Expected behavior
The file size is roughly
18MB
(or so), which was the size as of Mozc 2.18.2552.103 (7b9ea33)Actual behavior
The file size is roughly
30MB
.Additional information
Before 52e3d29 was committed,
assets/mozc.imy
was embedded if and only ifuse_separate_dataset
GYP variable is set to1
. With 52e3d29, C++ layer started behaving as ifuse_separate_dataset
was always set to0
, which is intentional, whileassets/mozc.imy
has always been embedded as ifuse_separate_dataset
was always set to0
, which is never intentional.The text was updated successfully, but these errors were encountered: