summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-24 11:43:24 +0100
committerJoey <joey@lineageos.org>2018-01-25 14:19:54 +0100
commitf54f21cdcc4463952d3de46b17969ad63a0a5024 (patch)
tree1d984f9518081326b11d82207e9e42858e1016e8
parentd16be73edc77bd60c0febc9b945601aa6c8ed5c2 (diff)
downloadandroid_external_libtextclassifier-staging/lineage-15.1.tar.gz
android_external_libtextclassifier-staging/lineage-15.1.tar.bz2
android_external_libtextclassifier-staging/lineage-15.1.zip
libtextclassifier: enable more languagesstaging/lineage-15.1lineage-15.1
Also learn2alphabet, google Change-Id: Idd58dd911d69217d84c60d45f81e797b60021091 Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r--Android.mk20
1 files changed, 16 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 2d19e3d..13c590e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -266,9 +266,21 @@ include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := textclassifier.smartselection.bundle1
-LOCAL_REQUIRED_MODULES := textclassifier.smartselection.en.model
-LOCAL_REQUIRED_MODULES += textclassifier.smartselection.es.model
-LOCAL_REQUIRED_MODULES += textclassifier.smartselection.de.model
-LOCAL_REQUIRED_MODULES += textclassifier.smartselection.fr.model
+
+LOCAL_REQUIRED_MODULES := \
+ textclassifier.smartselection.ar.model \
+ textclassifier.smartselection.de.model \
+ textclassifier.smartselection.en.model \
+ textclassifier.smartselection.es.model \
+ textclassifier.smartselection.fr.model \
+ textclassifier.smartselection.it.model \
+ textclassifier.smartselection.nl.model \
+ textclassifier.smartselection.pl.model \
+ textclassifier.smartselection.pt.model \
+ textclassifier.smartselection.ru.model \
+ textclassifier.smartselection.tr.model \
+ textclassifier.smartselection.zh.model \
+ textclassifier.smartselection.zh-Hant.model
+
LOCAL_CFLAGS := $(MY_LIBTEXTCLASSIFIER_WARNING_CFLAGS)
include $(BUILD_STATIC_LIBRARY)