diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-05-17 12:29:23 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-05-17 12:29:23 -0700 |
commit | 24d46dfa2ce61122a1067ec35c7a66eac3a48192 (patch) | |
tree | fe9a7823bbbc05a71e01c332fe66882e0a2f0d0e /test/ProfileTestMultiDex/main.jpp | |
parent | 20abb7fa364b5fb9e57c7b6257cab471198ff285 (diff) | |
parent | 2d48c3f2b6e0c5216325ce45dc6d72905f9c013f (diff) |
Merge 2d48c3f2b6e0c5216325ce45dc6d72905f9c013f on remote branch
Change-Id: If74afba223134cc2b0275db105559a51c29a9024
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 |