diff options
| author | 2020-07-28 18:28:53 +0000 | |
|---|---|---|
| committer | 2020-07-28 18:28:53 +0000 | |
| commit | 93bdd4451af0b493ca2b87839ded21a4d259633c (patch) | |
| tree | 9c8d353bcadd670902860588a4df35fdfc5c41c7 /api | |
| parent | 8bd03344c7986ae1e486dfd52b9b4b3774a10305 (diff) | |
| parent | 31457aebae3752b3fd338c8a3c555c940fee1223 (diff) | |
Merge "Allow module libs to use VINTF AIDL (part II)" into rvc-dev-plus-aosp am: 31457aebae
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12244505
Change-Id: I9ad6a962366490ba2cc409ea15dc2cda25be650d
Diffstat (limited to 'api')
| -rw-r--r-- | api/module-lib-current.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/module-lib-current.txt b/api/module-lib-current.txt index e77d750cbffb..85832caa07fe 100644 --- a/api/module-lib-current.txt +++ b/api/module-lib-current.txt @@ -45,6 +45,11 @@ package android.os { method public final void markVintfStability(); } + public interface Parcelable { + field public static final int PARCELABLE_STABILITY_LOCAL = 0; // 0x0 + field public static final int PARCELABLE_STABILITY_VINTF = 1; // 0x1 + } + public class StatsFrameworkInitializer { method public static void registerServiceWrappers(); method public static void setStatsServiceManager(@NonNull android.os.StatsServiceManager); |