Skip to content

Commit 12e7a21

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "Use local copy of vm_sockets.h on non-Trusty for portability" into main am: da53c5e
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3409621 Change-Id: Id649fea8f7b458a377013b8dcb81aab272ea9a98 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents c949c09 + da53c5e commit 12e7a21

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

libs/binder/libbinder_rpc_unstable.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@
2323

2424
#ifndef __TRUSTY__
2525
#include <cutils/sockets.h>
26-
#endif
27-
28-
#ifdef __linux__
29-
#include <linux/vm_sockets.h>
30-
#endif // __linux__
26+
#include "vm_sockets.h"
27+
#endif // !__TRUSTY__
3128

3229
using android::OK;
3330
using android::RpcServer;

0 commit comments

Comments
 (0)