diff options
author | 2022-11-01 23:39:37 +0000 | |
---|---|---|
committer | 2022-12-07 19:17:45 +0000 | |
commit | 19055a2e2c06fef1b2f7854048fca70de1f4fe88 (patch) | |
tree | 034e63f99277adb6d89066beb5ef00f5afc65b2f /aidl | |
parent | 7437e26875f549704096b3d272e8239fa503e86d (diff) |
Make ANativeWindow available over stable AIDL
Bug: 251850069
Test: m
Change-Id: Ia47a5c6a83a7c51b4034c901f6ffc9813d3a6eb3
Merged-In: Ia47a5c6a83a7c51b4034c901f6ffc9813d3a6eb3
Diffstat (limited to 'aidl')
-rw-r--r-- | aidl/gui/android/view/Surface.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aidl/gui/android/view/Surface.aidl b/aidl/gui/android/view/Surface.aidl index 7e892205d5..bb3faaff79 100644 --- a/aidl/gui/android/view/Surface.aidl +++ b/aidl/gui/android/view/Surface.aidl @@ -17,4 +17,4 @@ package android.view; -parcelable Surface cpp_header "gui/view/Surface.h"; +@JavaOnlyStableParcelable @NdkOnlyStableParcelable parcelable Surface cpp_header "gui/view/Surface.h" ndk_header "android/native_window_aidl.h"; |