Loading libs/binder/ndk/include_platform/android/binder_stability.h +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
libs/binder/ndk/include_platform/android/binder_stability.h +4 −0 Original line number Diff line number Diff line Loading @@ -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