diff options
| author | 2020-07-24 21:25:52 +0000 | |
|---|---|---|
| committer | 2020-07-24 21:25:52 +0000 | |
| commit | 178e6ff50aed713439fa0ac845380ea0cbb2ec86 (patch) | |
| tree | ef6c2db8426661025b95f2bae906f4dc0c58d8e1 /api | |
| parent | ecc3406730e8317b8c36129732d265c7f52fad53 (diff) | |
| parent | 88cab6ba53950197d128f3f2f83c277dab232ea5 (diff) | |
Merge "Allow module libs to use VINTF AIDL." into rvc-dev-plus-aosp am: b9440149be am: 88cab6ba53
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12219679
Change-Id: Ib0a14fb8c6fa5d7de1573b440947164d6b0b2a6a
Diffstat (limited to 'api')
| -rw-r--r-- | api/module-lib-current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/module-lib-current.txt b/api/module-lib-current.txt index 6f5ac7cb0c5a..e77d750cbffb 100644 --- a/api/module-lib-current.txt +++ b/api/module-lib-current.txt @@ -41,6 +41,10 @@ package android.net { package android.os { + public class Binder implements android.os.IBinder { + method public final void markVintfStability(); + } + public class StatsFrameworkInitializer { method public static void registerServiceWrappers(); method public static void setStatsServiceManager(@NonNull android.os.StatsServiceManager); |