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

Commit d21b6420 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Gerrit Code Review
Browse files

Merge "Fix ASAN builds after app_process change."

parents 38b839ca 1da1e5cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ LOCAL_SHARED_LIBRARIES := \
    libutils \
    liblog \
    libbinder \
    libnativeloader \
    libandroid_runtime \
    $(app_process_common_shared_libs) \

+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
#include <cutils/process_name.h>
#include <cutils/properties.h>
#include <cutils/trace.h>
#include <nativeloader/native_loader.h>
#include <android_runtime/AndroidRuntime.h>
#include <nativeloader/native_loader.h>
#include <private/android_filesystem_config.h>  // for AID_SYSTEM

namespace android {