diff options
| author | 2024-11-21 01:56:53 +0000 | |
|---|---|---|
| committer | 2024-11-21 01:56:53 +0000 | |
| commit | fa8a786033eac20a79217e8e8f7bb69ace3d11e8 (patch) | |
| tree | 24be9404db758c61c50dcf9b8987b8ea9f6b5cac | |
| parent | 4f9e86fbe7fb1a2484cdddade00822389e00036e (diff) | |
| parent | e56c8c3a68a8ffe1cd8ea9a6dcca5a03bf49a312 (diff) | |
Merge "Restore original use of llndk annotation" into main am: 34f8fbd450 am: e56c8c3a68
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3341464
Change-Id: I416e08d248cb8ec3e78269f5587226c131ec1bc2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/ndk/libbinder_ndk.map.txt | 45 |
1 files changed, 1 insertions, 44 deletions
diff --git a/libs/binder/ndk/libbinder_ndk.map.txt b/libs/binder/ndk/libbinder_ndk.map.txt index 4d691f8e8a..a63716522e 100644 --- a/libs/binder/ndk/libbinder_ndk.map.txt +++ b/libs/binder/ndk/libbinder_ndk.map.txt @@ -164,96 +164,53 @@ LIBBINDER_NDK34 { # introduced=UpsideDownCake LIBBINDER_NDK35 { # introduced=VanillaIceCream global: APersistableBundle_readFromParcel; - APersistableBundle_readFromParcel; # llndk=202404 APersistableBundle_writeToParcel; - APersistableBundle_writeToParcel; # llndk=202404 APersistableBundle_new; - APersistableBundle_new; # llndk=202404 APersistableBundle_dup; - APersistableBundle_dup; # llndk=202404 APersistableBundle_delete; - APersistableBundle_delete; # llndk=202404 APersistableBundle_isEqual; - APersistableBundle_isEqual; # llndk=202404 APersistableBundle_size; - APersistableBundle_size; # llndk=202404 APersistableBundle_erase; - APersistableBundle_erase; # llndk=202404 APersistableBundle_putBoolean; - APersistableBundle_putBoolean; # llndk=202404 APersistableBundle_putInt; - APersistableBundle_putInt; # llndk=202404 APersistableBundle_putLong; - APersistableBundle_putLong; # llndk=202404 APersistableBundle_putDouble; - APersistableBundle_putDouble; # llndk=202404 APersistableBundle_putString; - APersistableBundle_putString; # llndk=202404 APersistableBundle_putBooleanVector; - APersistableBundle_putBooleanVector; # llndk=202404 APersistableBundle_putIntVector; - APersistableBundle_putIntVector; # llndk=202404 APersistableBundle_putLongVector; - APersistableBundle_putLongVector; # llndk=202404 APersistableBundle_putDoubleVector; - APersistableBundle_putDoubleVector; # llndk=202404 APersistableBundle_putStringVector; - APersistableBundle_putStringVector; # llndk=202404 APersistableBundle_putPersistableBundle; - APersistableBundle_putPersistableBundle; # llndk=202404 APersistableBundle_getBoolean; - APersistableBundle_getBoolean; # llndk=202404 APersistableBundle_getInt; - APersistableBundle_getInt; # llndk=202404 APersistableBundle_getLong; - APersistableBundle_getLong; # llndk=202404 APersistableBundle_getDouble; - APersistableBundle_getDouble; # llndk=202404 APersistableBundle_getString; - APersistableBundle_getString; # llndk=202404 APersistableBundle_getBooleanVector; - APersistableBundle_getBooleanVector; # llndk=202404 APersistableBundle_getIntVector; - APersistableBundle_getIntVector; # llndk=202404 APersistableBundle_getLongVector; - APersistableBundle_getLongVector; # llndk=202404 APersistableBundle_getDoubleVector; - APersistableBundle_getDoubleVector; # llndk=202404 APersistableBundle_getStringVector; - APersistableBundle_getStringVector; # llndk=202404 APersistableBundle_getPersistableBundle; - APersistableBundle_getPersistableBundle; # llndk=202404 APersistableBundle_getBooleanKeys; - APersistableBundle_getBooleanKeys; # llndk=202404 APersistableBundle_getIntKeys; - APersistableBundle_getIntKeys; # llndk=202404 APersistableBundle_getLongKeys; - APersistableBundle_getLongKeys; # llndk=202404 APersistableBundle_getDoubleKeys; - APersistableBundle_getDoubleKeys; # llndk=202404 APersistableBundle_getStringKeys; - APersistableBundle_getStringKeys; # llndk=202404 APersistableBundle_getBooleanVectorKeys; - APersistableBundle_getBooleanVectorKeys; # llndk=202404 APersistableBundle_getIntVectorKeys; - APersistableBundle_getIntVectorKeys; # llndk=202404 APersistableBundle_getLongVectorKeys; - APersistableBundle_getLongVectorKeys; # llndk=202404 APersistableBundle_getDoubleVectorKeys; - APersistableBundle_getDoubleVectorKeys; # llndk=202404 APersistableBundle_getStringVectorKeys; - APersistableBundle_getStringVectorKeys; # llndk=202404 APersistableBundle_getPersistableBundleKeys; - APersistableBundle_getPersistableBundleKeys; # llndk=202404 - AServiceManager_openDeclaredPassthroughHal; # systemapi llndk=202404 + AServiceManager_openDeclaredPassthroughHal; # systemapi llndk }; LIBBINDER_NDK36 { # introduced=36 global: AIBinder_Class_setTransactionCodeToFunctionNameMap; - AIBinder_Class_setTransactionCodeToFunctionNameMap; # llndk=202504 AIBinder_Class_getFunctionName; - AIBinder_Class_getFunctionName; # llndk=202504 ABinderRpc_registerAccessorProvider; # systemapi ABinderRpc_unregisterAccessorProvider; # systemapi ABinderRpc_Accessor_new; # systemapi |