aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/dictionary.cpp
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-04-26 19:10:14 +0900
committerKen Wakasa <kwakasa@google.com>2010-04-27 08:56:56 +0900
commit4606367f98a30c97715e9b7f312d5f9b97d0a053 (patch)
tree34aeed012242180f12a4597ef54baa50aa152b30 /native/src/dictionary.cpp
parent9c025c46c9a86b9e77b3bd4c3d66413e6d1decaf (diff)
downloadlatinime-4606367f98a30c97715e9b7f312d5f9b97d0a053.tar.gz
latinime-4606367f98a30c97715e9b7f312d5f9b97d0a053.tar.xz
latinime-4606367f98a30c97715e9b7f312d5f9b97d0a053.zip
Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3.
Change-Id: I6a9a5bb4129e9269d74348801436c9e5e0058da5
Diffstat (limited to 'native/src/dictionary.cpp')
-rw-r--r--native/src/dictionary.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/native/src/dictionary.cpp b/native/src/dictionary.cpp
index 3f196a9ed..e75beb5b7 100644
--- a/native/src/dictionary.cpp
+++ b/native/src/dictionary.cpp
@@ -19,14 +19,8 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <string.h>
-#include <cutils/log.h>
-
-//#define USE_ASSET_MANAGER
-
-#ifdef USE_ASSET_MANAGER
-#include <utils/AssetManager.h>
-#include <utils/Asset.h>
-#endif
+//#include <cutils/log.h>
+#define LOGI
#include "dictionary.h"
#include "basechars.h"