aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/android/Install.cmake1
-rw-r--r--cmake/treedata/android/subdirs.txt1
-rw-r--r--cmake/treedata/common/subdirs.txt1
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