diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-05-05 20:24:23 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-05-09 20:35:35 +0200 |
commit | 28b1c2eeb2cb836a61d867d45f4db1f3dcfea65f (patch) | |
tree | b4a844aa6ab5876357da01a890ce22f18e208f42 /cmake | |
parent | e8a8c4f643fd0680a02266007e3fa9464b541c37 (diff) |
[Android] Speech to text on search dialog.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/android/Install.cmake | 1 | ||||
-rw-r--r-- | cmake/treedata/android/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/common/subdirs.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/cmake/scripts/android/Install.cmake b/cmake/scripts/android/Install.cmake index 5ff48f64d9..368b19f246 100644 --- a/cmake/scripts/android/Install.cmake +++ b/cmake/scripts/android/Install.cmake @@ -71,6 +71,7 @@ set(package_files strings.xml src/interfaces/XBMCNsdManagerDiscoveryListener.java src/interfaces/XBMCMediaDrmOnEventListener.java src/interfaces/XBMCDisplayManagerDisplayListener.java + src/interfaces/XBMCSpeechRecognitionListener.java src/model/TVEpisode.java src/model/Movie.java src/model/TVShow.java diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index d3be3bf246..08e318ab4c 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt @@ -12,6 +12,7 @@ xbmc/platform/android/media/drm platform/android/media/drm xbmc/platform/android/network platform/android/network xbmc/platform/android/peripherals platform/android/peripherals xbmc/platform/android/powermanagement platform/android/powermanagement +xbmc/platform/android/speech platform/android/speech xbmc/platform/android/storage platform/android/storage xbmc/platform/android/utils platform/android/utils xbmc/platform/linux/peripherals platform/linux/peripherals diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index b55be8da8d..027f276d3b 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt @@ -35,6 +35,7 @@ xbmc/playlists playlists xbmc/powermanagement powermanagement xbmc/programs programs xbmc/rendering rendering +xbmc/speech speech xbmc/storage storage xbmc/threads threads xbmc/utils utils |