summaryrefslogtreecommitdiff
path: root/service/api
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2023-10-13 00:38:46 +0100
committerPaul Duffin <paulduffin@google.com>2023-10-13 01:03:36 +0100
commitf1c80d341c5c70b3649d5ac6c7afb3ee3b47ef23 (patch)
tree0dd1564dd30a0fd9af99c4f1b7d88ead03a2b120 /service/api
parentcaab77d07da047fdb6dc75728b760996b4b48ae2 (diff)
downloadConfigInfrastructure-f1c80d341c5c70b3649d5ac6c7afb3ee3b47ef23.tar.gz
Add additional overriding methods to signature files
This change adds overriding methods that are essential to compile the stubs generated from the signature files. More information and the background for this change is available at go/add-overriding-one-pager. Test: m checkbuild --build-from-text-stub Bug: 299366704 Change-Id: I72ec7af2b0c122c4e61e9f675f3f588ed0448d52
Diffstat (limited to 'service/api')
-rw-r--r--service/api/system-server-current.txt3
-rw-r--r--service/api/system-server-removed.txt2
2 files changed, 1 insertions, 4 deletions
diff --git a/service/api/system-server-current.txt b/service/api/system-server-current.txt
index f464685..29cd1d5 100644
--- a/service/api/system-server-current.txt
+++ b/service/api/system-server-current.txt
@@ -1,6 +1,4 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
package com.android.server.deviceconfig {
public class DeviceConfigInit {
@@ -8,6 +6,7 @@ package com.android.server.deviceconfig {
public static class DeviceConfigInit.Lifecycle extends com.android.server.SystemService {
ctor public DeviceConfigInit.Lifecycle(@NonNull android.content.Context);
+ method public void onStart();
}
}
diff --git a/service/api/system-server-removed.txt b/service/api/system-server-removed.txt
index 14191eb..d802177 100644
--- a/service/api/system-server-removed.txt
+++ b/service/api/system-server-removed.txt
@@ -1,3 +1 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704