summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-01-06 19:26:09 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-06 19:26:09 -0800
commit89ed5dfc84e69c518e32e2cb09205b8ad43912a8 (patch)
tree67ade3d5c0e9e3b220a59a271bda148a3540d758
parent706ab14ac71757a9fcaf062090738894d03af3fc (diff)
parent159c9e52ef3f55f2ef319fdf5132641c208b2190 (diff)
downloadbase-89ed5dfc84e69c518e32e2cb09205b8ad43912a8.tar.gz
Merge "Add API signature files for the system server APIs"
am: 159c9e52ef Change-Id: I1d51c83b15e2a3917a8036203760e4df206b990a
-rw-r--r--services/Android.bp6
-rw-r--r--services/api/current.txt1
-rw-r--r--services/api/removed.txt1
3 files changed, 8 insertions, 0 deletions
diff --git a/services/Android.bp b/services/Android.bp
index 53d792d1033a..80452f19e6c1 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -121,6 +121,12 @@ droidstubs {
"framework-all",
],
visibility: ["//visibility:private"],
+ check_api: {
+ current: {
+ api_file: "api/current.txt",
+ removed_api_file: "api/removed.txt",
+ },
+ },
}
java_library {
diff --git a/services/api/current.txt b/services/api/current.txt
new file mode 100644
index 000000000000..d802177e249b
--- /dev/null
+++ b/services/api/current.txt
@@ -0,0 +1 @@
+// Signature format: 2.0
diff --git a/services/api/removed.txt b/services/api/removed.txt
new file mode 100644
index 000000000000..d802177e249b
--- /dev/null
+++ b/services/api/removed.txt
@@ -0,0 +1 @@
+// Signature format: 2.0