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

Commit a6498684 authored by Peiyong Lin's avatar Peiyong Lin Committed by Yiwei Zhang
Browse files

[GraphicsEnvironment] Add ld path for updatable driver.

BUG: 117241379
Test: Build, boot, flash and test with bionic PRINT output
Change-Id: If998ce152d207ec1be94405d93b7bd407eae136a
Merged-In: If998ce152d207ec1be94405d93b7bd407eae136a
parent 40309963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ android_namespace_t* GraphicsEnv::getDriverNamespace() {
        auto sphalNamespace = android_get_exported_namespace("sphal");
        if (!sphalNamespace) return;
        mDriverNamespace = android_create_namespace("gfx driver",
                                                    nullptr,             // ld_library_path
                                                    mDriverPath.c_str(), // ld_library_path
                                                    mDriverPath.c_str(), // default_library_path
                                                    ANDROID_NAMESPACE_TYPE_SHARED |
                                                            ANDROID_NAMESPACE_TYPE_ISOLATED,