Move bindings/tflite/ to runtime/bindings/tflite/. (#9043)

This relates to https://github.com/google/iree/issues/8955 and was discussed [on discord here](https://discord.com/channels/689900678990135345/690274711523164166/969267557938917377).

There are a few tests in this directory that have dependencies on the compiler (via `iree_bytecode_module`), but those are optionally enabled based on build features (`IREE_BUILD_COMPILER` and `IREE_BUILD_TESTS` in CMake).
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b101f0d..7a66336 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -22,7 +22,7 @@
 # Bindings
 /bindings/python/ @stellaraccident
 /runtime/bindings/python/ @stellaraccident
-/bindings/tflite/ @benvanik
+/runtime/bindings/tflite/ @benvanik
 
 # Integrations
 /integrations/ @benvanik @stellaraccident
diff --git a/.github/workflows/android_tflite_oneshot_build.yml b/.github/workflows/android_tflite_oneshot_build.yml
index 7da95ed..eda834a 100644
--- a/.github/workflows/android_tflite_oneshot_build.yml
+++ b/.github/workflows/android_tflite_oneshot_build.yml
@@ -23,5 +23,5 @@
           bash -c build_tools/gradle/build_tflite_android_library.sh
       - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2  # v2
         with:
-          path: ./bindings/tflite/java/build/outputs/aar/*.aar
+          path: ./runtime/bindings/tflite/java/build/outputs/aar/*.aar
           retention-days: 1