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

Commit 066ff587 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "binder parcel: restrict on APEX"

parents 5c3748e7 520b9e44
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@

__BEGIN_DECLS

#if defined(__ANDROID_APEX__) || defined(__ANDROID_VNDK__)
#error this is only for platform code
#endif

/**
 * Gets whether or not FDs are allowed by this AParcel
 *