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

Commit 96bdea36 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 am: c46cb0c0

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

Change-Id: I16d3393129d0d626794cadd703134b5c4a07df30
parents d630ee15 c46cb0c0
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
 *