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