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

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

Change-Id: Ie96eac90bce5e5fb3a8ddb1e60174fb6f470a492
diff --git a/cmds/installd/tests/installd_dexopt_test.cpp b/cmds/installd/tests/installd_dexopt_test.cpp
index fbf1e0c..6e1757e 100644
--- a/cmds/installd/tests/installd_dexopt_test.cpp
+++ b/cmds/installd/tests/installd_dexopt_test.cpp
@@ -351,7 +351,7 @@
             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