diff options
author | 2016-11-29 21:10:22 +0000 | |
---|---|---|
committer | 2016-11-29 21:10:22 +0000 | |
commit | 171cf811a1cdf8b1cbc5151505d8630741ce4cf3 (patch) | |
tree | 2e5e16040024115d75baebdbf064987961e36e5f /test/626-const-class-linking/src-multidex/Test3.java | |
parent | e47172b75b8b04a450d235cf72bdc4e223a29cb5 (diff) |
Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""""
Bug: 30627598
This reverts commit e47172b75b8b04a450d235cf72bdc4e223a29cb5.
Change-Id: I038029c71195a80f041982e82ae556d3157db7b8
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 { -} |