diff options
author | 2011-01-09 16:32:58 +0900 | |
---|---|---|
committer | 2011-01-09 16:53:33 +0900 | |
commit | 90d96615bcb71af7ccbb2318b588aa78c4308e5a (patch) | |
tree | 675a69ee4343846acd7e6c135d7c122297cf81ce /native/Android.mk | |
parent | 7a42a46069d799c01f1da233d1add2ff974ac834 (diff) | |
download | latinime-90d96615bcb71af7ccbb2318b588aa78c4308e5a.tar.gz latinime-90d96615bcb71af7ccbb2318b588aa78c4308e5a.tar.xz latinime-90d96615bcb71af7ccbb2318b588aa78c4308e5a.zip |
Clean up: Update variable names to comply with spec of ApplicationInfo.
ApplicationInfo.sourceDir may or may not be apk file name. It can be a directory as well.
The spec just says it's "Full path to the location of this package".
Also, added error handling in loadDictionary().
Change-Id: I5e64d0aba4b1ec7634f4b3ac5537e7a774433ece
Diffstat (limited to 'native/Android.mk')
-rw-r--r-- | native/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/Android.mk b/native/Android.mk index 38465acf3..a8fe06d50 100644 --- a/native/Android.mk +++ b/native/Android.mk @@ -32,7 +32,7 @@ LOCAL_MODULE := libjni_latinime LOCAL_MODULE_TAGS := user ifeq ($(FLAG_DBG), true) - $(warning "Making debug build.") + $(warning Making debug version of native library) LOCAL_CFLAGS += -DFLAG_DBG LOCAL_SHARED_LIBRARIES := libcutils libutils endif |