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

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

Merge "Check vendor namespace for SPHAL namespace" am: ba3ae06a am: c8f27249 am: 5075a2f3

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

Change-Id: Ia453579f98a621ced6e061f546ede68831328ae4
parents 67c26b25 5075a2f3
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};
            }