about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedandroidshmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedandroidshmem.c')
-rwxr-xr-xsrc/wrapped/wrappedandroidshmem.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/wrapped/wrappedandroidshmem.c b/src/wrapped/wrappedandroidshmem.c
new file mode 100755
index 00000000..ac4c874e
--- /dev/null
+++ b/src/wrapped/wrappedandroidshmem.c
@@ -0,0 +1,18 @@
+#define _GNU_SOURCE         /* See feature_test_macros(7) */

+#include <stdio.h>

+#include <stdlib.h>

+#include <string.h>

+#include <dlfcn.h>

+

+#include "wrappedlibs.h"

+

+#include "wrapper.h"

+#include "bridge.h"

+#include "librarian/library_private.h"

+#include "x64emu.h"

+

+const char* androidshmemName = "libandroid-shmem.so";

+#define LIBNAME androidshmem

+

+#include "wrappedlib_init.h"

+