diff options
author | 2019-01-11 14:56:36 +0000 | |
---|---|---|
committer | 2019-01-11 15:20:31 +0000 | |
commit | 1c429e3a0914ba152eca2c43450ac74f24cba58e (patch) | |
tree | cce861a04d99aea1dad3e0b9aa018def1ced0a9e /native | |
parent | db2e4888f8fa1559b300d57ab98a8f9cc342439f (diff) | |
download | latinime-1c429e3a0914ba152eca2c43450ac74f24cba58e.tar.gz latinime-1c429e3a0914ba152eca2c43450ac74f24cba58e.tar.xz latinime-1c429e3a0914ba152eca2c43450ac74f24cba58e.zip |
Move LatinIME and its lib to /product
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product along with
its jni library.
Bug: 122353713
Test: launch keyboard on aosp_arm64 emulator
Change-Id: Ied8c1e6133b67e28da76b0e48254e2e2e0ed15bf
Diffstat (limited to 'native')
-rw-r--r-- | native/jni/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/Android.bp b/native/jni/Android.bp index 3bf70ad49..0d4b3bb65 100644 --- a/native/jni/Android.bp +++ b/native/jni/Android.bp @@ -105,6 +105,7 @@ filegroup { cc_library { name: "libjni_latinime", host_supported: true, + product_specific: true, sdk_version: "14", cflags: [ |