Allow ExtServices to use tflite_support

tflite_support provides some tflite ops and utils functions.

> How big is the binary size increase for affected APEXes?
+100K
> Is the new dependency committed to support previous platform releases?
note that you have to support all the releases starting from the minSdkVersion value you are declaring
Yes.
> Is the new dependency being developed AOSP-first or internal?
AOSP-first. We don't "develop" it there tho.
We import the code from github and the library is developed by another
team in google.
> What’s the testing strategy for the new dependency? Does it have its own tests, and are you adding integration tests?
We test the library with our own unit and integration tests.

Bug: 169147920

Test: build/soong/scripts/update-apex-allowed-deps.sh

Change-Id: Ic15226dd36dce98f9a3e54672353f87adcc6312f
diff --git a/apex/allowed_deps.txt b/apex/allowed_deps.txt
index 8694f26..b73dbc8 100644
--- a/apex/allowed_deps.txt
+++ b/apex/allowed_deps.txt
@@ -612,6 +612,7 @@
 TextClassifierNotificationLibNoManifest(minSdkVersion:29)
 TextClassifierServiceLibNoManifest(minSdkVersion:28)
 TextClassifierServiceLibNoManifest(minSdkVersion:30)
+tflite_support(minSdkVersion:30)
 updatable-media(minSdkVersion:29)
 wifi-lite-protos(minSdkVersion:30)
 wifi-nano-protos(minSdkVersion:30)