summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbodunrinwa Toki <toki@google.com>2017-11-07 17:17:37 +0000
committerAbodunrinwa Toki <toki@google.com>2017-11-07 17:17:37 +0000
commit513446cf1c669177f464689d9166f30e59026f12 (patch)
treec78bc9e40f0ad9380cb9cc3d387eae4dee48dc0b
parentcb022997b837ea000e316bf9291dc3fd88496eb1 (diff)
downloadandroid_external_libtextclassifier-513446cf1c669177f464689d9166f30e59026f12.tar.gz
android_external_libtextclassifier-513446cf1c669177f464689d9166f30e59026f12.tar.bz2
android_external_libtextclassifier-513446cf1c669177f464689d9166f30e59026f12.zip
SmartSelection: Re-install the english model.
Re-instates the english model as a required module. Change-Id: I530e7b5fca8ffdcf1567b6674598c8bee7d75304 Fixes: 68384581 Test: bit FrameworksCoreTests:android.view.textclassifier.TextClassificationManagerTest
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 131e1ab..2d19e3d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -80,6 +80,7 @@ LOCAL_STATIC_LIBRARIES += libtextclassifier_protos
LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
LOCAL_SHARED_LIBRARIES += liblog
LOCAL_SHARED_LIBRARIES += libicuuc libicui18n
+LOCAL_REQUIRED_MODULES := textclassifier.smartselection.en.model
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/jni.lds
LOCAL_LDFLAGS += -Wl,-version-script=$(LOCAL_PATH)/jni.lds