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

Commit 0f3a054f authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

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

Test: installd_dexopt_test
Bug: 183975447
Change-Id: I6c3b4482ec23e21f13bb21d1d4eac6596fe8f7d5
parent 1e6cf053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ protected:
                           bool should_binder_call_succeed,
                           /*out */ binder::Status* binder_result) {
        std::optional<std::string> out_path = oat_dir ? std::make_optional<std::string>(oat_dir) : std::nullopt;
        std::string class_loader_context = "&";
        std::string class_loader_context = "PCL[]";
        int32_t target_sdk_version = 0;  // default
        std::string profile_name = "primary.prof";
        std::optional<std::string> dm_path_opt = dm_path ? std::make_optional<std::string>(dm_path) : std::nullopt;