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

Commit d44d3beb 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 am: 9fbf1ca2

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

Change-Id: Ia792fda0f24f0a92f347049985c6f6e7aa3701b5
parents 8db3486d 9fbf1ca2
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