commit | 9fbf1ca2fbc91e7e79f8593eebbf93e954ca3ec0 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Mar 30 02:18:36 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 30 02:18:36 2021 +0000 |
tree | feead6c779da48118f720b9bda0e8041d30e7db0 | |
parent | 11a7d64c4cb416edca93c059d1323c4c4df5c7ab [diff] | |
parent | f278329b655afea01c42c2181984678697a1f160 [diff] |
Merge "Fix dexopt_test now that '&' is not a valid class loader context." am: 1e6cf053a5 am: f278329b65 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1655675 Change-Id: Ia55392bcfe1292f9f9c76a7a14419db229a2de52
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