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

Commit e4da12aa authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Add new helper APIs to binder_parcel_fuzzer am: 2a2dd3bc am: a6c8f4df am:...

Add new helper APIs to binder_parcel_fuzzer am: 2a2dd3bc am: a6c8f4df am: f3aa12ae am: e49db53a

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

Change-Id: If54933aaf43e3e94dee5f4e9560a5169b46acaf6
parents 646bd286 e49db53a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ std::vector<ParcelRead<NdkParcelAdapter>> BINDER_NDK_PARCEL_READ_FUNCTIONS{
        PARCEL_READ(std::vector<std::string>, ndk::AParcel_readVector),
        PARCEL_READ(std::optional<std::vector<std::optional<std::string>>>, ndk::AParcel_readVector),
        PARCEL_READ(std::vector<SomeParcelable>, ndk::AParcel_readVector),
        PARCEL_READ(std::vector<ndk::SpAIBinder>, ndk::AParcel_readVector),
        PARCEL_READ(std::optional<std::vector<ndk::SpAIBinder>>, ndk::AParcel_readVector),
        PARCEL_READ(std::vector<int32_t>, ndk::AParcel_readVector),
        PARCEL_READ(std::optional<std::vector<int32_t>>, ndk::AParcel_readVector),
        PARCEL_READ(std::vector<uint32_t>, ndk::AParcel_readVector),