Index: chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java |
diff --git a/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java |
index 97938df558441d31183faae330f970c33b001be3..d184825c548bf44d17f652fb5c454d7faf7bdcdf 100644 |
--- a/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java |
+++ b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/DexOptimizer.java |
@@ -171,6 +171,7 @@ public class DexOptimizer { |
* client's file space. |
*/ |
private static class VMRuntime { |
+ @SuppressLint("NewApi") |
@SuppressWarnings("unchecked") |
public static String getCurrentInstructionSet() throws NoSuchMethodException { |
Method getCurrentInstructionSetMethod; |