summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-22 15:34:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-22 15:34:44 +0000
commit95fbcb6a79d356fdfc4b1059c65c1986a0adc4e9 (patch)
tree324dd40dd1e1dfbf5b18612660d86c05c6222259
parentc07f62c472a0c12e98a511c4239c0fbbe3134b42 (diff)
parentb027d06a24f2be535f9928e60de8275f90f231db (diff)
downloadapache-harmony-95fbcb6a79d356fdfc4b1059c65c1986a0adc4e9.tar.gz
Merge "Delete some legacy AndroidTest.xml config"
-rw-r--r--jdwp/AndroidTest.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/jdwp/AndroidTest.xml b/jdwp/AndroidTest.xml
deleted file mode 100644
index faf3b33..0000000
--- a/jdwp/AndroidTest.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 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.
--->
-<configuration description="Base config for JDWP testing in CTS">
- <include name="common-config" />
- <!-- Removes temporary dalvik-cache directory created by JDWP tests -->
- <option name="run-command:teardown-command" value="rm -rf /data/local/tmp/dalvik-cache" />
-</configuration>