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

Commit 06e49c8c authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libvndksupport: log sphal namespace fallback" into main

parents a16e0ba6 5248c5d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ void* android_load_sphal_library(const char* name, int flag) {
        }
        return handle;
    } else {
        ALOGD("Loading %s from current namespace instead of sphal namespace.", name);
        ALOGW("Loading %s from current namespace instead of sphal namespace.", name);
        return dlopen(name, flag);
    }
}