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

Commit 12e7a21e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use local copy of vm_sockets.h on non-Trusty for portability" into main am: da53c5ea

parents c949c09c da53c5ea
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -23,11 +23,8 @@

#ifndef __TRUSTY__
#include <cutils/sockets.h>
#endif

#ifdef __linux__
#include <linux/vm_sockets.h>
#endif // __linux__
#include "vm_sockets.h"
#endif  // !__TRUSTY__

using android::OK;
using android::RpcServer;