commit | bf01f374c700c60a78c7aa34f4dc1ec6d64ee5c9 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Mar 29 23:12:31 2021 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Mar 29 23:12:31 2021 +0100 |
tree | e1b839b1c508bdf5e4e4994f61c87707381cc5af | |
parent | 41c0644cd269e0ef3b346d4eccbf0e42bc569800 [diff] |
Fix dexopt_test now that '&' is not a valid class loader context. Test: installd_dexopt_test Bug: 183975447 Change-Id: I9e66c17db66c5bd7e25eba87e38d758460a1af0f
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