diff options
Diffstat (limited to 'libartbase/base/common_art_test.cc')
| -rw-r--r-- | libartbase/base/common_art_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libartbase/base/common_art_test.cc b/libartbase/base/common_art_test.cc index e24b073142..6dd2381c7e 100644 --- a/libartbase/base/common_art_test.cc +++ b/libartbase/base/common_art_test.cc @@ -318,7 +318,8 @@ static std::string GetDexFileName(const std::string& jar_prefix, bool host) { std::vector<std::string> CommonArtTestImpl::GetLibCoreDexFileNames() { return std::vector<std::string>({GetDexFileName("core-oj", IsHost()), - GetDexFileName("core-libart", IsHost())}); + GetDexFileName("core-libart", IsHost()), + GetDexFileName("core-simple", IsHost())}); } std::string CommonArtTestImpl::GetTestAndroidRoot() { |