diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-02 01:05:17 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-04-02 01:05:17 +0000 |
commit | 16b9b1f7ef4819ce37aff98eabedc087a9d5ecce (patch) | |
tree | 49cd6841e3ebe25574b1844a69194557fc57650f /test/ProfileTestMultiDex/main.jpp | |
parent | 91324e6dfa365bf133cd7134d0dc260fcfbd9c56 (diff) | |
parent | ca31f11e61e19d07910a61240fddb656c1ff6edc (diff) |
Snap for 7253016 from ca31f11e61e19d07910a61240fddb656c1ff6edc to sc-release
Change-Id: Ibcf2506290648692c964f38dbdd14f731a0342a6
Diffstat (limited to 'test/ProfileTestMultiDex/main.jpp')
-rw-r--r-- | test/ProfileTestMultiDex/main.jpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ProfileTestMultiDex/main.jpp b/test/ProfileTestMultiDex/main.jpp index bd548a88ed..33fede8a5b 100644 --- a/test/ProfileTestMultiDex/main.jpp +++ b/test/ProfileTestMultiDex/main.jpp @@ -1,7 +1,7 @@ Main: @@com.android.jack.annotations.ForceInMainDex class Main -TestInqline: +TestInline: @@com.android.jack.annotations.ForceInMainDex class TestInline Secret: @@ -25,3 +25,6 @@ SubE: ZLotsOfMethods: @@com.android.jack.annotations.ForceInMainDex class ZLotsOfMethods +TestInlineSubtype: + @@com.android.jack.annotations.ForceInMainDex + class TestInlineSubtype |