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

Commit 5c9dbc71 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "ueventd: bump UEVENT_MSG_LEN to 8192" am: dfdc9b10 am: c2918185

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1367536

Change-Id: If45df6f5ea28431f601c0acae53314e2e866b179
parents 7dbe4750 c2918185
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

#include "uevent.h"

#define UEVENT_MSG_LEN 2048
#define UEVENT_MSG_LEN 8192

namespace android {
namespace init {