diff options
author | 2021-01-13 09:50:24 +0000 | |
---|---|---|
committer | 2021-01-13 09:51:02 +0000 | |
commit | f8567b535dcc4618f0ee76e5b8716d296681197b (patch) | |
tree | 59581c9c3d168f3a1b8e0dd7f4a2e384a8434999 /test/2234-write-metrics-to-file/src/Main.java | |
parent | 0ddba9a4239477a2319fbf4317ca8782308c2c35 (diff) |
Revert "Revert^2 "[metrics] Add file output support""
This reverts commit 8ef84f233a55972eb3a3d84c11c1617531af8e92.
Bug: 175025360
Bug: 170149255
Reason for revert: test failing on target
Change-Id: I8d82462f6fb853ece4a4b295de17ab13b1f1b6f1
Diffstat (limited to 'test/2234-write-metrics-to-file/src/Main.java')
-rw-r--r-- | test/2234-write-metrics-to-file/src/Main.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/2234-write-metrics-to-file/src/Main.java b/test/2234-write-metrics-to-file/src/Main.java deleted file mode 100644 index f143017f08..0000000000 --- a/test/2234-write-metrics-to-file/src/Main.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2021 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 Main { - public static void main(String[] args) { - } -} |