From 877fd963548a3175665bfef25b0d24bc0e5a0135 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Tue, 5 Jan 2016 14:29:29 +0000 Subject: Improve profile processing - allow file descriptors in addition to file names for profiles - fix some minor issues (wrong comparison signs, unhandled errors) - added gtests for profile_compilation_info, profile_assistant and compiler_driver Bug: 26080105 Change-Id: I136039fa1f25858399000049e48b01eafae54eb1 --- test/ProfileTestMultiDex/main.jpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/ProfileTestMultiDex/main.jpp (limited to 'test/ProfileTestMultiDex/main.jpp') diff --git a/test/ProfileTestMultiDex/main.jpp b/test/ProfileTestMultiDex/main.jpp new file mode 100644 index 0000000000..f2e3b4e14c --- /dev/null +++ b/test/ProfileTestMultiDex/main.jpp @@ -0,0 +1,3 @@ +main: + @@com.android.jack.annotations.ForceInMainDex + class Second -- cgit v1.2.3