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

Commit c8f27249 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Check vendor namespace for SPHAL namespace" am: ba3ae06a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1895033

Change-Id: I94aadf19ba77b8aa26f6e39a68ddf0ad9db0e398
parents 39277858 ba3ae06a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ struct VendorNamespace {

static VendorNamespace get_vendor_namespace() {
    static VendorNamespace result = ([] {
        for (const char* name : {"sphal", "default"}) {
        for (const char* name : {"sphal", "vendor", "default"}) {
            if (android_namespace_t* ns = android_get_exported_namespace(name)) {
                return VendorNamespace{ns, name};
            }