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

Commit dfdc9b10 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "ueventd: bump UEVENT_MSG_LEN to 8192"

parents 7a6191ce 939b41c7
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 {