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

Commit 00e40a9e authored by Steven Moreland's avatar Steven Moreland
Browse files

Zygote: use android/dlext_private.h

Avoiding extern symbols, since we have a header
in the normal way now.

Bug: 382285049
Test: links
Change-Id: Ifa715e19dabbfeff483ef7173f87f186f1ee515c
parent b6a0612f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,8 +88,8 @@
#include "nativebridge/native_bridge.h"

#if defined(__BIONIC__)
#include <android/dlext_private.h>
extern "C" void android_reset_stack_guards();
extern "C" void android_set_16kb_appcompat_mode(bool enable_app_compat);
#endif

namespace {