Skip to content

Commit bbd4088

Browse files
author
Justin Yun
committed
Restore original use of llndk annotation
Instead of adding vendor api level to the llndk annotation, use the sdk version for llndk symbols. Bug: 361077712 Test: build Test: atest test_ndkstubgen Test: atest test_symbolfile Change-Id: I9e7225e20c36d31e9ee128c19b48f09b52646398
1 parent 5f9c786 commit bbd4088

1 file changed

Lines changed: 1 addition & 44 deletions

File tree

libs/binder/ndk/libbinder_ndk.map.txt

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -164,96 +164,53 @@ LIBBINDER_NDK34 { # introduced=UpsideDownCake
164164
LIBBINDER_NDK35 { # introduced=VanillaIceCream
165165
global:
166166
APersistableBundle_readFromParcel;
167-
APersistableBundle_readFromParcel; # llndk=202404
168167
APersistableBundle_writeToParcel;
169-
APersistableBundle_writeToParcel; # llndk=202404
170168
APersistableBundle_new;
171-
APersistableBundle_new; # llndk=202404
172169
APersistableBundle_dup;
173-
APersistableBundle_dup; # llndk=202404
174170
APersistableBundle_delete;
175-
APersistableBundle_delete; # llndk=202404
176171
APersistableBundle_isEqual;
177-
APersistableBundle_isEqual; # llndk=202404
178172
APersistableBundle_size;
179-
APersistableBundle_size; # llndk=202404
180173
APersistableBundle_erase;
181-
APersistableBundle_erase; # llndk=202404
182174
APersistableBundle_putBoolean;
183-
APersistableBundle_putBoolean; # llndk=202404
184175
APersistableBundle_putInt;
185-
APersistableBundle_putInt; # llndk=202404
186176
APersistableBundle_putLong;
187-
APersistableBundle_putLong; # llndk=202404
188177
APersistableBundle_putDouble;
189-
APersistableBundle_putDouble; # llndk=202404
190178
APersistableBundle_putString;
191-
APersistableBundle_putString; # llndk=202404
192179
APersistableBundle_putBooleanVector;
193-
APersistableBundle_putBooleanVector; # llndk=202404
194180
APersistableBundle_putIntVector;
195-
APersistableBundle_putIntVector; # llndk=202404
196181
APersistableBundle_putLongVector;
197-
APersistableBundle_putLongVector; # llndk=202404
198182
APersistableBundle_putDoubleVector;
199-
APersistableBundle_putDoubleVector; # llndk=202404
200183
APersistableBundle_putStringVector;
201-
APersistableBundle_putStringVector; # llndk=202404
202184
APersistableBundle_putPersistableBundle;
203-
APersistableBundle_putPersistableBundle; # llndk=202404
204185
APersistableBundle_getBoolean;
205-
APersistableBundle_getBoolean; # llndk=202404
206186
APersistableBundle_getInt;
207-
APersistableBundle_getInt; # llndk=202404
208187
APersistableBundle_getLong;
209-
APersistableBundle_getLong; # llndk=202404
210188
APersistableBundle_getDouble;
211-
APersistableBundle_getDouble; # llndk=202404
212189
APersistableBundle_getString;
213-
APersistableBundle_getString; # llndk=202404
214190
APersistableBundle_getBooleanVector;
215-
APersistableBundle_getBooleanVector; # llndk=202404
216191
APersistableBundle_getIntVector;
217-
APersistableBundle_getIntVector; # llndk=202404
218192
APersistableBundle_getLongVector;
219-
APersistableBundle_getLongVector; # llndk=202404
220193
APersistableBundle_getDoubleVector;
221-
APersistableBundle_getDoubleVector; # llndk=202404
222194
APersistableBundle_getStringVector;
223-
APersistableBundle_getStringVector; # llndk=202404
224195
APersistableBundle_getPersistableBundle;
225-
APersistableBundle_getPersistableBundle; # llndk=202404
226196
APersistableBundle_getBooleanKeys;
227-
APersistableBundle_getBooleanKeys; # llndk=202404
228197
APersistableBundle_getIntKeys;
229-
APersistableBundle_getIntKeys; # llndk=202404
230198
APersistableBundle_getLongKeys;
231-
APersistableBundle_getLongKeys; # llndk=202404
232199
APersistableBundle_getDoubleKeys;
233-
APersistableBundle_getDoubleKeys; # llndk=202404
234200
APersistableBundle_getStringKeys;
235-
APersistableBundle_getStringKeys; # llndk=202404
236201
APersistableBundle_getBooleanVectorKeys;
237-
APersistableBundle_getBooleanVectorKeys; # llndk=202404
238202
APersistableBundle_getIntVectorKeys;
239-
APersistableBundle_getIntVectorKeys; # llndk=202404
240203
APersistableBundle_getLongVectorKeys;
241-
APersistableBundle_getLongVectorKeys; # llndk=202404
242204
APersistableBundle_getDoubleVectorKeys;
243-
APersistableBundle_getDoubleVectorKeys; # llndk=202404
244205
APersistableBundle_getStringVectorKeys;
245-
APersistableBundle_getStringVectorKeys; # llndk=202404
246206
APersistableBundle_getPersistableBundleKeys;
247-
APersistableBundle_getPersistableBundleKeys; # llndk=202404
248-
AServiceManager_openDeclaredPassthroughHal; # systemapi llndk=202404
207+
AServiceManager_openDeclaredPassthroughHal; # systemapi llndk
249208
};
250209

251210
LIBBINDER_NDK36 { # introduced=36
252211
global:
253212
AIBinder_Class_setTransactionCodeToFunctionNameMap;
254-
AIBinder_Class_setTransactionCodeToFunctionNameMap; # llndk=202504
255213
AIBinder_Class_getFunctionName;
256-
AIBinder_Class_getFunctionName; # llndk=202504
257214
ABinderRpc_registerAccessorProvider; # systemapi
258215
ABinderRpc_unregisterAccessorProvider; # systemapi
259216
ABinderRpc_Accessor_new; # systemapi

0 commit comments

Comments
 (0)