ANDROID: rename KABI reserved field names
This is to match what we will be using with gendwarfksyms. Unfortunately, the change to padding name affects CRCs and ABI. Bug: 400972353 Change-Id: I30bf7ee2aba21eae4bb366cb1750ced821fef5e0 Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
committed by
Carlos Llamas
parent
58b70f4a59
commit
70c54eefee
@@ -70,7 +70,7 @@
|
||||
|
||||
#endif /* __GENKSYMS__ */
|
||||
|
||||
#define _ANDROID_KABI_RESERVE(n) u64 android_kabi_reserved##n
|
||||
#define _ANDROID_KABI_RESERVE(n) u64 __kabi_reserved##n
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user