diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2017-07-18 14:55:43 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-07-18 14:55:43 +0000 |
| commit | 667661e460e49d4c3a214bbcacdaa44acab47bc8 (patch) | |
| tree | 896fe6922264ee0497f88e818f9aac3fe9dada3f /test/MultiDex | |
| parent | 85e6a81516df5b155ee3de96c9147bbb726afb7d (diff) | |
| parent | d0239d830a494d7f11723714a3507a50cd616e44 (diff) | |
Merge "Don't encode OatQuickMethodHeader for non-compiled methods." am: d44c0d8c7f am: 310d3190b1 am: f6789a4253
am: d0239d830a
Change-Id: Ie940ea11e928ef53ed0914cec98a741b6fe039fe
Diffstat (limited to 'test/MultiDex')
| -rw-r--r-- | test/MultiDex/Second.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MultiDex/Second.java b/test/MultiDex/Second.java index 540aedbb1a7..5067bcc2e8a 100644 --- a/test/MultiDex/Second.java +++ b/test/MultiDex/Second.java @@ -18,4 +18,10 @@ class Second { public String getSecond() { return "I Second That."; } + + // This method makes sure the second dex file has quickening + // instructions. + public String callSecond() { + return getSecond(); + } } |
