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
diff --git a/Android.mk b/Android.mk
index 131e1ab..2d19e3d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -80,6 +80,7 @@
 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