summaryrefslogtreecommitdiff
path: root/services/systemcaptions/Android.bp
diff options
context:
space:
mode:
author Robert Berry <robertberry@google.com> 2019-03-18 16:33:42 -0400
committer Robert Berry <robertberry@google.com> 2019-04-03 20:41:03 -0400
commite14120edf2cb2251b5ece810ef38eaadd27bc46d (patch)
treedc55ee0ef5412649d6a7fbeee1fe464b9b9d326f /services/systemcaptions/Android.bp
parent259c73c00704a48fe25505546ce4f721eb40de9b (diff)
Add system captions manager service
This service connects to a remote system captions manager service. This service is responsible for enabling system captions when the user requests them. As the system binds to it, this service will be persistent. Bug: 128925852 Test: Manual. I created an implementation of the service. Change-Id: Iafde1bb68f4754d8167624f47c6833d43c0ec336
Diffstat (limited to 'services/systemcaptions/Android.bp')
-rw-r--r--services/systemcaptions/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/systemcaptions/Android.bp b/services/systemcaptions/Android.bp
new file mode 100644
index 000000000000..4e190b639b2c
--- /dev/null
+++ b/services/systemcaptions/Android.bp
@@ -0,0 +1,5 @@
+java_library_static {
+ name: "services.systemcaptions",
+ srcs: ["java/**/*.java"],
+ libs: ["services.core"],
+}