aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/applymapping044/keep-rules.txt
diff options
context:
space:
mode:
authorSøren Gjesse <sgjesse@google.com>2017-10-27 12:47:14 +0200
committerSøren Gjesse <sgjesse@google.com>2017-10-27 11:06:33 +0000
commite7caa2eaf6d67802151310e90fa069dd44206e04 (patch)
tree979b2034105bf4824a629c15704d04834f4260fa /src/test/examples/applymapping044/keep-rules.txt
parentf0b4740f2f7296d09e8b73d841ced21a27b8e7c6 (diff)
parent2bfb29a43eba84ad3345b17f33960dc72bb97564 (diff)
downloadr8-e7caa2eaf6d67802151310e90fa069dd44206e04.tar.gz
Update external/r8 to 2bfb29asdk-release
Merge remote-tracking branch 'aosp/upstream-mirror' into merge-r8-2bfb29a Test: m -j USE_D8=true USE_R8=true tests Change-Id: I249f979f3e349859607d3d67930d01e7cb82b901
Diffstat (limited to 'src/test/examples/applymapping044/keep-rules.txt')
-rw-r--r--src/test/examples/applymapping044/keep-rules.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/examples/applymapping044/keep-rules.txt b/src/test/examples/applymapping044/keep-rules.txt
new file mode 100644
index 000000000..efed0ec62
--- /dev/null
+++ b/src/test/examples/applymapping044/keep-rules.txt
@@ -0,0 +1,11 @@
+# Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+-keep public class applymapping044.Main {
+ public static void main(...);
+}
+
+-keep,allowobfuscation class * {
+ *;
+}