From 6dd0b6252fda87d59ffb772e921276b45a896670 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Thu, 12 Oct 2023 01:21:00 +0000 Subject: 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: Ic63569612c348126478bebdbab673f903ed4dd89 --- framework/api/current.txt | 2 -- framework/api/module-lib-current.txt | 2 -- framework/api/module-lib-removed.txt | 2 -- framework/api/removed.txt | 2 -- framework/api/system-current.txt | 2 -- framework/api/system-removed.txt | 2 -- framework/api/test-current.txt | 2 -- framework/api/test-removed.txt | 2 -- 8 files changed, 16 deletions(-) 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 bec991d..9356eb7 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.scheduling { public class SchedulingFrameworkInitializer { 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 323c9e4..5b76cd4 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.scheduling { public final class RebootReadinessManager { 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/framework/api/test-current.txt b/framework/api/test-current.txt index 14191eb..d802177 100644 --- a/framework/api/test-current.txt +++ b/framework/api/test-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/test-removed.txt b/framework/api/test-removed.txt index 14191eb..d802177 100644 --- a/framework/api/test-removed.txt +++ b/framework/api/test-removed.txt @@ -1,3 +1 @@ // Signature format: 2.0 -// - add-additional-overrides=no -// - migrating=Migration in progress see b/299366704 -- cgit v1.2.3