Loading libvndksupport/linker.c +3 −4 Original line number Diff line number Diff line Loading @@ -37,9 +37,8 @@ void* android_load_sphal_library(const char* name, int flag) { } return handle; } else { ALOGI( "sphal namespace is not configured for this process. " "Loading %s from the current namespace instead.", ALOGD( "Loading %s from current namespace instead of sphal namespace.", name); return dlopen(name, flag); } Loading Loading
libvndksupport/linker.c +3 −4 Original line number Diff line number Diff line Loading @@ -37,9 +37,8 @@ void* android_load_sphal_library(const char* name, int flag) { } return handle; } else { ALOGI( "sphal namespace is not configured for this process. " "Loading %s from the current namespace instead.", ALOGD( "Loading %s from current namespace instead of sphal namespace.", name); return dlopen(name, flag); } Loading