diff options
author | Richard Uhler <ruhler@google.com> | 2015-03-11 12:36:24 -0700 |
---|---|---|
committer | Richard Uhler <ruhler@google.com> | 2015-03-11 12:36:24 -0700 |
commit | 4d57ecf4c8e873017496c7f7aa51c3771dc70969 (patch) | |
tree | 90941cd2807fccf45dacf5dc85e36903fea74d37 /test | |
parent | 637455782147a41fbde2e284c49ca5e02d3444c2 (diff) | |
download | art-4d57ecf4c8e873017496c7f7aa51c3771dc70969.zip art-4d57ecf4c8e873017496c7f7aa51c3771dc70969.tar.gz art-4d57ecf4c8e873017496c7f7aa51c3771dc70969.tar.bz2 |
Properly compile multidex for tests when using Jack.
Bug: 19687200
Change-Id: I8c5771ccd474aa06001c3a48cc82550589ac7055
Diffstat (limited to 'test')
-rw-r--r-- | test/MultiDex/main.jpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MultiDex/main.jpp b/test/MultiDex/main.jpp new file mode 100644 index 0000000..a5d7a6c --- /dev/null +++ b/test/MultiDex/main.jpp @@ -0,0 +1,3 @@ +main: + @@com.android.jack.annotations.ForceInMainDex + class Main |