diff options
author | 2016-12-01 17:42:00 +0000 | |
---|---|---|
committer | 2016-12-01 17:43:09 +0000 | |
commit | 2c8c6b63da6ecb2ac701cc30f9b4fa4a8eea5cc8 (patch) | |
tree | 7b5e29f66a840e5e83c02df0b23d05501b0d63c5 /test/626-const-class-linking/src-multidex/Test3.java | |
parent | 6afaa42f50157095a3cdc742afdbc3d58b833eea (diff) |
Revert "Make sure that const-class linkage is preserved, try again."
Reverting due to test failures as expected.
Bug: 30627598
Bug: 33231647
This reverts commit cb5ab35980a86b05586c402924d2e7ca9df25758.
Squashed revert "Additional debug logging for bug 33231647."
This reverts commit 00a441033db28d243fc33692d30eb2755fa81728.
Change-Id: I0c0ee1f70d47540fec99f8a797ce13571c16147c
Diffstat (limited to 'test/626-const-class-linking/src-multidex/Test3.java')
-rw-r--r-- | test/626-const-class-linking/src-multidex/Test3.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/626-const-class-linking/src-multidex/Test3.java b/test/626-const-class-linking/src-multidex/Test3.java deleted file mode 100644 index c4b134deaa..0000000000 --- a/test/626-const-class-linking/src-multidex/Test3.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 Test3 { -} |