Merge "Fix ASAN builds after app_process change."
This commit is contained in:
@@ -53,6 +53,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
liblog \
|
||||
libbinder \
|
||||
libnativeloader \
|
||||
libandroid_runtime \
|
||||
$(app_process_common_shared_libs) \
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user