From a5a1c13a74225a1db3c54dc108fcd161b867bb00 Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Thu, 14 May 2015 13:21:13 -0700 Subject: Test and fix bug checking status of secondary multidex files. We were accidentally returning 'false' instead of 'true' to indicate a native multidex file with an up-to-date primary dex file checksum but out-of-date secondary dex file checksum is out of date. Bug: 21022815 Change-Id: I43d360ca9251d0df38ad7f8289f6ef339c0a3280 --- test/MultiDexModifiedSecondary/main.jpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/MultiDexModifiedSecondary/main.jpp (limited to 'test/MultiDexModifiedSecondary/main.jpp') diff --git a/test/MultiDexModifiedSecondary/main.jpp b/test/MultiDexModifiedSecondary/main.jpp new file mode 100644 index 0000000000..a5d7a6c136 --- /dev/null +++ b/test/MultiDexModifiedSecondary/main.jpp @@ -0,0 +1,3 @@ +main: + @@com.android.jack.annotations.ForceInMainDex + class Main -- cgit v1.2.3