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

Commit 1da1e5cd authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Fix ASAN builds after app_process change.

Bug:27245894

(cherry picked from commit 573895bb)

Change-Id: I1b879f23cd2bb49070cbfee40ae1b8a586a328dc
parent 38b839ca
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 {