diff options
author | 2018-06-24 15:52:36 -0700 | |
---|---|---|
committer | 2018-06-24 15:52:36 -0700 | |
commit | 733a0ea4064a4bae50d0716b6331a3a98e18def9 (patch) | |
tree | f3851e20e27e0b576971030a11143a727e3d74a3 /java/Android.mk | |
parent | 97763ae8c8731366fddd83388057e30fb5a780b5 (diff) | |
download | latinime-733a0ea4064a4bae50d0716b6331a3a98e18def9.tar.gz latinime-733a0ea4064a4bae50d0716b6331a3a98e18def9.tar.xz latinime-733a0ea4064a4bae50d0716b6331a3a98e18def9.zip |
Merge inputmethodcommon into LatinIME repo
This is a preparation to deprecate frameworks/opt/inputmethodcommon
repository.
Currently repository 'inputmethodcommon' is used only from LatinIME.
Having such a repository only for one project is overkill. Also, to
add gradle build support to LatinIME project, it would be much easier
LatinIME didn't have such a dependency.
This CL mechanically copies files in 'inputmethodcommon' repository to
'LatinIME' repository. In theory there should be no behavior change.
Bug: 110741521
Test: tapas LatinIME && make -j
Change-Id: I3fabb038be9a944dcd9ef79ffcc89800a5f0bf5a
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Android.mk b/java/Android.mk index 184820ba6..a07c50d88 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -26,7 +26,7 @@ LOCAL_CERTIFICATE := shared LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime LOCAL_STATIC_JAVA_LIBRARIES := \ - android-common inputmethod-common jsr305 latinime-common + android-common jsr305 latinime-common LOCAL_STATIC_ANDROID_LIBRARIES := \ androidx.legacy_legacy-support-v4 |