summaryrefslogtreecommitdiff
path: root/test/626-const-class-linking/src-multidex/Test.java
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-11-30 15:31:13 +0000
committer Vladimir Marko <vmarko@google.com> 2016-12-01 10:13:19 +0000
commitcb5ab35980a86b05586c402924d2e7ca9df25758 (patch)
treeacf33ce7ac7627682aaf822489247ca1804b60d0 /test/626-const-class-linking/src-multidex/Test.java
parent07e6a7947f3279f66f14f7af045065b5297294c2 (diff)
Make sure that const-class linkage is preserved, try again.
This CL causes occasional test failures on the build servers which we were not able to reproduce locally. So we add some some additional debug output to help pinpoint the cause. Bug: 30627598 Bug: 33231647 Test: m test-art-host This reverts commit 171cf811a1cdf8b1cbc5151505d8630741ce4cf3. Change-Id: Id56a3f0e86e8212fd547e09c61794401bff47fb0
Diffstat (limited to 'test/626-const-class-linking/src-multidex/Test.java')
-rw-r--r--test/626-const-class-linking/src-multidex/Test.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/626-const-class-linking/src-multidex/Test.java b/test/626-const-class-linking/src-multidex/Test.java
new file mode 100644
index 0000000000..1b0cc2a791
--- /dev/null
+++ b/test/626-const-class-linking/src-multidex/Test.java
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+public class Test {
+}