Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f56fbbf1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder_ndk: binder_stability.h markVintf weak" am: e0afbd8a am:...

Merge "libbinder_ndk: binder_stability.h markVintf weak" am: e0afbd8a am: ca77e2a7 am: b16902d7 am: 20b8100d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2054685



Change-Id: Ic3a6f0003c18f0327c620037ccaed292117d936d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3065f2ec 20b8100d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@ static inline void AIBinder_forceDowngradeToLocalStability(AIBinder* binder) {
 *
 * This interface has system<->vendor stability
 */
// b/227835797 - can't use __INTRODUCED_IN(30) because old targets load this code
#if __ANDROID_MIN_SDK_VERSION__ < 30
__attribute__((weak))
#endif  // __ANDROID_MIN_SDK_VERSION__ < 30
void AIBinder_markVintfStability(AIBinder* binder);

__END_DECLS