diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-08 04:30:57 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2021-04-08 04:30:57 +0000 |
commit | 8eae3acb300e8a508324811c759f6d16b829a6c8 (patch) | |
tree | 7e0d84f19e33712e6a06606ddc6ad43dc6ecc4f0 /test/ProfileTestMultiDex/main.jpp | |
parent | a4606c96424832a0e6f2f544564e8461718eb4b9 (diff) | |
parent | c6a17b8202d1f35c0c37b97757e58c4a48533629 (diff) |
Merge SP1A.210407.002
Change-Id: I043a1159746e8e8dc419096f465694f096041ae3
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 |