diff options
author | Calin Juravle <calin@google.com> | 2019-09-23 21:00:29 -0400 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2019-09-26 00:35:55 +0000 |
commit | 1061c7d2bf7a559abe5a234c680b27b8838862ca (patch) | |
tree | b9e299414fbdb05f9763a71fe46b9078449eaac6 /test/ProfileTestMultiDex/main.jpp | |
parent | 8b959958d1df3545957ddbce2be2ea21003a121c (diff) |
Clean up profile AddMethod APIs
Restructure the profile assistant test to use the same APIs as profile
saver and
clean up all the other usages for AddMethodIndex and AddMethod.
Bug: 139884006
Test: m test-art-host
Change-Id: Icf76d6aa05f0f9dcc589182196ca34a0298f2cb7
Diffstat (limited to 'test/ProfileTestMultiDex/main.jpp')
-rw-r--r-- | test/ProfileTestMultiDex/main.jpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ProfileTestMultiDex/main.jpp b/test/ProfileTestMultiDex/main.jpp index 5e55e96874..0644072510 100644 --- a/test/ProfileTestMultiDex/main.jpp +++ b/test/ProfileTestMultiDex/main.jpp @@ -19,3 +19,6 @@ SubD: SubE: @@com.android.jack.annotations.ForceInMainDex class SubE +ZLotsOfMethods: +@@com.android.jack.annotations.ForceInMainDex + class ZLotsOfMethods |