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

Commit bf01f374 authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Fix dexopt_test now that '&' is not a valid class loader context.

Test: installd_dexopt_test
Bug: 183975447
Change-Id: I9e66c17db66c5bd7e25eba87e38d758460a1af0f
parent 41c0644c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ protected:
            uid = kTestAppUid;
        }
        if (class_loader_context == nullptr) {
            class_loader_context = "&";
            class_loader_context = "PCL[]";
        }
        int32_t dexopt_needed = 0;  // does not matter;
        std::optional<std::string> out_path; // does not matter