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-22 17:37:21 +0000
committer Vladimir Marko <vmarko@google.com> 2016-11-22 17:41:49 +0000
commitecffc67068a28d55d131553bf915fdb9fafbbc03 (patch)
tree3f63982d609fa01a5b271b5f393ee9c6d83e1107 /test/626-const-class-linking/src-multidex/Test.java
parentb46782abf6752ccf688b0d9f5b4bb83e5d33793b (diff)
Revert "Make sure that const-class linkage is preserved."
Bug: 30627598 This reverts commit 19886dbeced9430579a27979beb92b09c95197b4. Squashed reverts of subsequent partial fixes. This reverts commit bad475a63b7c938b7ff7903ea1dae27369c3f629. This reverts commit 0ba0c7d9b0328af39a385014652eb9af4e42d8b5. This reverts commit ddb8afec79492750f16f98e5bd07d44f3dc485d4. Change-Id: Id94af5ae56a0335f9641a79c885cc75bba971713
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, 0 insertions, 18 deletions
diff --git a/test/626-const-class-linking/src-multidex/Test.java b/test/626-const-class-linking/src-multidex/Test.java
deleted file mode 100644
index 1b0cc2a791..0000000000
--- a/test/626-const-class-linking/src-multidex/Test.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * 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 {
-}