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

Commit c46cb0c0 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "binder parcel: restrict on APEX" am: 066ff587 am: 017f3a1c

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

Change-Id: I278738954799ed6fa1763aad6e86c810b4e83602
parents 84df8ffa 017f3a1c
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
 *