diff options
Diffstat (limited to 'java/Android.mk')
-rwxr-xr-x | java/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Android.mk b/java/Android.mk index 97c906f26..9b2e47da4 100755 --- a/java/Android.mk +++ b/java/Android.mk @@ -15,7 +15,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common #LOCAL_AAPT_FLAGS := -0 .dict # The following flag is required because we use a different package name -# com.google.android.inputmethod.latin2 in the LatinIME sandbox. +# com.google.android.inputmethod.latin in the LatinIME sandbox. LOCAL_AAPT_FLAGS := --custom-package com.android.inputmethod.latin LOCAL_SDK_VERSION := current |