diff --git a/libvndksupport/linker.cpp b/libvndksupport/linker.cpp index 30b9c2e28..ad4fb31ef 100644 --- a/libvndksupport/linker.cpp +++ b/libvndksupport/linker.cpp @@ -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}; }