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

Commit 50ae2d7f 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 am: e4da12aa

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

Change-Id: Iad11b2825b4ca8d1ce2069330f62e8d20da164a5
parents 61ec20f4 e4da12aa
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),