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

Commit 962e3209 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 am: 5c9dbc71

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

Change-Id: I0707fdbc9c508c76e99a3cecfdd2f9b9e759fce4
parents 9fa93b21 5c9dbc71
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 {