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..1b4ab03b9283494ef73cb4e967e15be292bef8bb 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,8 @@ public class DexOptimizer { |
* client's file space. |
*/ |
private static class VMRuntime { |
+ // TODO(crbug.com/635567): Fix this properly. |
Ted C
2017/04/27 19:02:48
the comment above implies this is likely not an is
F
2017/04/28 18:25:15
Done.
|
+ @SuppressLint("NewApi") |
@SuppressWarnings("unchecked") |
public static String getCurrentInstructionSet() throws NoSuchMethodException { |
Method getCurrentInstructionSetMethod; |