Loading libvndksupport/linker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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}; } Loading Loading
libvndksupport/linker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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}; } Loading