diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-02-27 04:15:32 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-02-27 04:15:32 +0000 |
commit | 425027c107270221d99690de992a436fa6f259cb (patch) | |
tree | 59b23768c4d886e99bd81968e0eaf26ff2160a37 /test/ProfileTestMultiDex | |
parent | b00366c29e9d0cbdc0ade987f70c152f8b8f33a9 (diff) | |
parent | 205ae546522823bdfe113d34b070d12c0b32511f (diff) |
Snap for 5339364 from 205ae546522823bdfe113d34b070d12c0b32511f to qt-release
Change-Id: I0d1d7f9a9d80152dee5358b06b8a97113ddc650a
Diffstat (limited to 'test/ProfileTestMultiDex')
-rw-r--r-- | test/ProfileTestMultiDex/Second.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ProfileTestMultiDex/Second.java b/test/ProfileTestMultiDex/Second.java index 9f5dc66742..4b3c7a479b 100644 --- a/test/ProfileTestMultiDex/Second.java +++ b/test/ProfileTestMultiDex/Second.java @@ -30,11 +30,3 @@ class SubC extends Super { int getValue() { return 24; } } -class TestIntrinsicOatdump { - Integer valueOf(int i) { - // ProfileTestMultiDex is used also for testing oatdump for apps. - // This is a regression test that oatdump can handle .data.bimg.rel.ro - // entries pointing to the middle of the "boot image live objects" array. - return Integer.valueOf(i); - } -} |