Merge "Add empty baseline files for system_service api" am: dbbfed6240

Change-Id: I1d986c083775bf87488a45c6b1e286e15daf12d9
diff --git a/29/system-server/api/android.txt b/29/system-server/api/android.txt
new file mode 100644
index 0000000..d802177
--- /dev/null
+++ b/29/system-server/api/android.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/29/system-server/api/incompatibilities.txt b/29/system-server/api/incompatibilities.txt
new file mode 100644
index 0000000..64f123f
--- /dev/null
+++ b/29/system-server/api/incompatibilities.txt
@@ -0,0 +1 @@
+// Signature format: 1.0
diff --git a/Android.bp b/Android.bp
index 62dc659..6174bb9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,6 +68,17 @@
 }
 
 genrule {
+    name: "last-released-system-server-api",
+    srcs: [
+        "*/system-server/api/android.txt",
+    ],
+    cmd: "cp -f $$(echo $(in) | tr \" \" \"\\n\" | sort -t/ -k3 -n | tail -1) $(genDir)/last-released-api.txt",
+    out: [
+        "last-released-api.txt",
+    ],
+}
+
+genrule {
     name: "public-api-incompatibilities-with-last-released",
     srcs: [
         "*/public/api/incompatibilities.txt",
@@ -100,6 +111,17 @@
     ],
 }
 
+genrule {
+    name: "system-server-api-incompatibilities-with-last-released",
+    srcs: [
+        "*/system-server/api/incompatibilities.txt",
+    ],
+    cmd: "cp -f $$(echo $(in) | tr \" \" \"\\n\" | sort -t/ -k3 -n | tail -1) $(genDir)/incompatibilities.txt",
+    out: [
+        "incompatibilities.txt",
+    ],
+}
+
 prebuilt_apis {
     name: "sdk",
     api_dirs: [