diff options
author | 2022-11-08 13:17:50 +0000 | |
---|---|---|
committer | 2022-11-11 15:10:59 +0000 | |
commit | bfd155dcf0a8f77cb3f7eb26fc237e644117ce3f (patch) | |
tree | bd1195d0c0580ad6863d91bd68f26bd6498b381f /artd/path_utils_test.cc | |
parent | 548c910df68afc83a508921c34666f4c1ce78302 (diff) |
Always pass --dm-fd to dex2oat and change reason to "install-dm".
Bug: 255944781
Test: atest ArtServiceTests
Test: m test-art-host-gtest-art_artd_tests
Ignore-AOSP-First: ART Services.
Change-Id: Ibb8ffd6da39186cb571dbd9e59847bc2161ebd15
Diffstat (limited to 'artd/path_utils_test.cc')
-rw-r--r-- | artd/path_utils_test.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/artd/path_utils_test.cc b/artd/path_utils_test.cc index 508d8c2b73..b0e1a257a0 100644 --- a/artd/path_utils_test.cc +++ b/artd/path_utils_test.cc @@ -241,11 +241,6 @@ TEST_F(PathUtilsTest, BuildDexMetadataPath) { EXPECT_THAT(BuildDexMetadataPath(DexMetadataPath{.dexPath = "/a/b.apk"}), HasValue("/a/b.dm")); } -TEST_F(PathUtilsTest, BuildDexMetadataPathForVdex) { - EXPECT_THAT(BuildDexMetadataPath(VdexPath(DexMetadataPath{.dexPath = "/a/b.apk"})), - HasValue("/a/b.dm")); -} - TEST_F(PathUtilsTest, BuildProfilePath) { EXPECT_THAT(BuildProfileOrDmPath(PrimaryRefProfilePath{.packageName = "com.android.foo", .profileName = "primary"}), |