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
(cherry picked from https://android-review.googlesource.com/q/commit:f1c80d341c5c70b3649d5ac6c7afb3ee3b47ef23)
Merged-In: I72ec7af2b0c122c4e61e9f675f3f588ed0448d52
Change-Id: I72ec7af2b0c122c4e61e9f675f3f588ed0448d52
diff --git a/framework/api/current.txt b/framework/api/current.txt
index 14191eb..d802177 100644
--- a/framework/api/current.txt
+++ b/framework/api/current.txt
@@ -1,3 +1 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
diff --git a/framework/api/module-lib-current.txt b/framework/api/module-lib-current.txt
index 782934f..739f954 100644
--- a/framework/api/module-lib-current.txt
+++ b/framework/api/module-lib-current.txt
@@ -1,6 +1,4 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
package android.provider {
public final class DeviceConfig {
diff --git a/framework/api/module-lib-removed.txt b/framework/api/module-lib-removed.txt
index 14191eb..d802177 100644
--- a/framework/api/module-lib-removed.txt
+++ b/framework/api/module-lib-removed.txt
@@ -1,3 +1 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
diff --git a/framework/api/removed.txt b/framework/api/removed.txt
index 14191eb..d802177 100644
--- a/framework/api/removed.txt
+++ b/framework/api/removed.txt
@@ -1,3 +1 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt
index db1f990..cfe7cf7 100644
--- a/framework/api/system-current.txt
+++ b/framework/api/system-current.txt
@@ -1,6 +1,4 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
package android.provider {
public final class DeviceConfig {
diff --git a/framework/api/system-removed.txt b/framework/api/system-removed.txt
index 14191eb..d802177 100644
--- a/framework/api/system-removed.txt
+++ b/framework/api/system-removed.txt
@@ -1,3 +1 @@
// Signature format: 2.0
-// - add-additional-overrides=no
-// - migrating=Migration in progress see b/299366704
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 @@
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