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

Commit 0c1f5cbb authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Follow StrictMode refactoring.

Bug: 18335678
Change-Id: Iea920cfa26b5ebfd77b4601c9e6e65b21599342a
parent aec92242
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@
#define PAD_SIZE(s) (((s)+3)&~3)
#define PAD_SIZE(s) (((s)+3)&~3)


// Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER
// Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER
#define STRICT_MODE_PENALTY_GATHER 0x100
#define STRICT_MODE_PENALTY_GATHER (0x40 << 16)


// Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
// Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
#define EX_HAS_REPLY_HEADER -128
#define EX_HAS_REPLY_HEADER -128