summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 1fdf1771bb13..4baf7c1d5836 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -351,6 +351,7 @@ genrule {
genrule {
name: "services-system-server-current.txt",
srcs: [
+ ":service-media-s{.system-server.api.txt}",
":service-permission{.system-server.api.txt}",
":non-updatable-system-server-current.txt",
],
@@ -374,6 +375,7 @@ genrule {
genrule {
name: "services-system-server-removed.txt",
srcs: [
+ ":service-media-s{.system-server.removed-api.txt}",
":service-permission{.system-server.removed-api.txt}",
":non-updatable-system-server-removed.txt",
],