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

Commit 9fbf1ca2 authored by Calin Juravle's avatar Calin Juravle Committed by Automerger Merge Worker
Browse files

Merge "Fix dexopt_test now that '&' is not a valid class loader context." am:...

Merge "Fix dexopt_test now that '&' is not a valid class loader context." am: 1e6cf053 am: f278329b

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1655675

Change-Id: Ia55392bcfe1292f9f9c76a7a14419db229a2de52
parents 11a7d64c f278329b
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