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

Commit 343ac1d4 authored by Vic Yang's avatar Vic Yang Committed by Gerrit Code Review
Browse files

Merge "Revert "binder: Use StaticString16 for interface descriptors""

parents 8e34e87e 787d93d6
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -88,12 +88,8 @@ private: \
public:                                                                 \


#define __IINTF_CONCAT(x, y) (x ## y)
#define IMPLEMENT_META_INTERFACE(INTERFACE, NAME)                       \
    const ::android::StaticString16                                     \
        I##INTERFACE##_descriptor_static_str16(__IINTF_CONCAT(u, NAME));\
    const ::android::String16 I##INTERFACE::descriptor(                 \
        I##INTERFACE##_descriptor_static_str16);                        \
    const ::android::String16 I##INTERFACE::descriptor(NAME);           \
    const ::android::String16&                                          \
            I##INTERFACE::getInterfaceDescriptor() const {              \
        return I##INTERFACE::descriptor;                                \