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

Commit e6e125ee authored by Tom Cherry's avatar Tom Cherry Committed by Android (Google) Code Review
Browse files

Merge "ueventd: bump UEVENT_MSG_LEN to 8192" into rvc-qpr-dev

parents eb568b55 fd9e6e14
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 {