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

Commit 5a8a25f8 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Zygote: use android/dlext_private.h" into main

parents 97364210 00e40a9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,8 +88,8 @@
#include "nativebridge/native_bridge.h"
#include "nativebridge/native_bridge.h"


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


namespace {
namespace {