From 9416826df31080410468ac2a41bb126a47323fef Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Tue, 6 Oct 2020 09:42:11 -0700 Subject: Remove vts10 related configs Bug: 169584384 Test: build Change-Id: I698121062db886ba3e69d63420d78ea3df95e3b1 --- audio_loopback_test/Android.bp | 19 ------------ audio_loopback_test/AndroidTest.xml | 27 ---------------- .../binder_performance_systrace_test/Android.bp | 19 ------------ .../AndroidTest.xml | 32 ------------------- .../binder_performance_test/Android.bp | 19 ------------ .../binder_performance_test/AndroidTest.xml | 31 ------------------- .../binder_throughput_benchmark/Android.bp | 19 ------------ .../binder_throughput_benchmark/AndroidTest.xml | 29 ----------------- .../Android.bp | 19 ------------ .../AndroidTest.xml | 30 ------------------ fmq_benchmark/Android.bp | 19 ------------ fmq_benchmark/AndroidTest.xml | 36 ---------------------- hwbinder_benchmark/binderize/Android.bp | 19 ------------ hwbinder_benchmark/binderize/AndroidTest.xml | 31 ------------------- hwbinder_benchmark/binderize_systrace/Android.bp | 19 ------------ .../binderize_systrace/AndroidTest.xml | 32 ------------------- hwbinder_benchmark/passthrough/Android.bp | 19 ------------ hwbinder_benchmark/passthrough/AndroidTest.xml | 31 ------------------- hwbinder_benchmark/passthrough_systrace/Android.bp | 19 ------------ .../passthrough_systrace/AndroidTest.xml | 32 ------------------- hwbinder_latency_test/binderize/Android.bp | 19 ------------ hwbinder_latency_test/binderize/AndroidTest.xml | 31 ------------------- .../binderize_systrace/Android.bp | 19 ------------ .../binderize_systrace/AndroidTest.xml | 32 ------------------- hwbinder_latency_test/passthrough/Android.bp | 19 ------------ hwbinder_latency_test/passthrough/AndroidTest.xml | 31 ------------------- .../passthrough_systrace/Android.bp | 19 ------------ .../passthrough_systrace/AndroidTest.xml | 32 ------------------- hwbinder_throughput_test/binderize/Android.bp | 19 ------------ hwbinder_throughput_test/binderize/AndroidTest.xml | 31 ------------------- .../binderize_systrace/Android.bp | 19 ------------ .../binderize_systrace/AndroidTest.xml | 32 ------------------- hwbinder_throughput_test/passthrough/Android.bp | 19 ------------ .../passthrough/AndroidTest.xml | 31 ------------------- .../passthrough_systrace/Android.bp | 19 ------------ .../passthrough_systrace/AndroidTest.xml | 32 ------------------- 36 files changed, 905 deletions(-) delete mode 100644 audio_loopback_test/Android.bp delete mode 100644 audio_loopback_test/AndroidTest.xml delete mode 100644 binder_benchmark/binder_performance_systrace_test/Android.bp delete mode 100644 binder_benchmark/binder_performance_systrace_test/AndroidTest.xml delete mode 100644 binder_benchmark/binder_performance_test/Android.bp delete mode 100644 binder_benchmark/binder_performance_test/AndroidTest.xml delete mode 100644 binder_throughput_test/binder_throughput_benchmark/Android.bp delete mode 100644 binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml delete mode 100644 binder_throughput_test/binder_throughput_benchmark_systrace/Android.bp delete mode 100644 binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml delete mode 100644 fmq_benchmark/Android.bp delete mode 100644 fmq_benchmark/AndroidTest.xml delete mode 100644 hwbinder_benchmark/binderize/Android.bp delete mode 100644 hwbinder_benchmark/binderize/AndroidTest.xml delete mode 100644 hwbinder_benchmark/binderize_systrace/Android.bp delete mode 100644 hwbinder_benchmark/binderize_systrace/AndroidTest.xml delete mode 100644 hwbinder_benchmark/passthrough/Android.bp delete mode 100644 hwbinder_benchmark/passthrough/AndroidTest.xml delete mode 100644 hwbinder_benchmark/passthrough_systrace/Android.bp delete mode 100644 hwbinder_benchmark/passthrough_systrace/AndroidTest.xml delete mode 100644 hwbinder_latency_test/binderize/Android.bp delete mode 100644 hwbinder_latency_test/binderize/AndroidTest.xml delete mode 100644 hwbinder_latency_test/binderize_systrace/Android.bp delete mode 100644 hwbinder_latency_test/binderize_systrace/AndroidTest.xml delete mode 100644 hwbinder_latency_test/passthrough/Android.bp delete mode 100644 hwbinder_latency_test/passthrough/AndroidTest.xml delete mode 100644 hwbinder_latency_test/passthrough_systrace/Android.bp delete mode 100644 hwbinder_latency_test/passthrough_systrace/AndroidTest.xml delete mode 100644 hwbinder_throughput_test/binderize/Android.bp delete mode 100644 hwbinder_throughput_test/binderize/AndroidTest.xml delete mode 100644 hwbinder_throughput_test/binderize_systrace/Android.bp delete mode 100644 hwbinder_throughput_test/binderize_systrace/AndroidTest.xml delete mode 100644 hwbinder_throughput_test/passthrough/Android.bp delete mode 100644 hwbinder_throughput_test/passthrough/AndroidTest.xml delete mode 100644 hwbinder_throughput_test/passthrough_systrace/Android.bp delete mode 100644 hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml diff --git a/audio_loopback_test/Android.bp b/audio_loopback_test/Android.bp deleted file mode 100644 index 1c12a6e..0000000 --- a/audio_loopback_test/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "AudioLoopbackTest", -} diff --git a/audio_loopback_test/AndroidTest.xml b/audio_loopback_test/AndroidTest.xml deleted file mode 100644 index bb1c439..0000000 --- a/audio_loopback_test/AndroidTest.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - diff --git a/binder_benchmark/binder_performance_systrace_test/Android.bp b/binder_benchmark/binder_performance_systrace_test/Android.bp deleted file mode 100644 index 0efbafe..0000000 --- a/binder_benchmark/binder_performance_systrace_test/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "BinderPerformanceSystraceTest", -} diff --git a/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml b/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml deleted file mode 100644 index 88e953e..0000000 --- a/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/binder_benchmark/binder_performance_test/Android.bp b/binder_benchmark/binder_performance_test/Android.bp deleted file mode 100644 index 8724161..0000000 --- a/binder_benchmark/binder_performance_test/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "BinderPerformanceTest", -} diff --git a/binder_benchmark/binder_performance_test/AndroidTest.xml b/binder_benchmark/binder_performance_test/AndroidTest.xml deleted file mode 100644 index d07b600..0000000 --- a/binder_benchmark/binder_performance_test/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/binder_throughput_test/binder_throughput_benchmark/Android.bp b/binder_throughput_test/binder_throughput_benchmark/Android.bp deleted file mode 100644 index 62d3100..0000000 --- a/binder_throughput_test/binder_throughput_benchmark/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "BinderThroughputBenchmark", -} diff --git a/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml b/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml deleted file mode 100644 index 8fde6c7..0000000 --- a/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - diff --git a/binder_throughput_test/binder_throughput_benchmark_systrace/Android.bp b/binder_throughput_test/binder_throughput_benchmark_systrace/Android.bp deleted file mode 100644 index 86293e9..0000000 --- a/binder_throughput_test/binder_throughput_benchmark_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "BinderThroughputBenchmarkSystrace", -} diff --git a/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml b/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml deleted file mode 100644 index 561364f..0000000 --- a/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - diff --git a/fmq_benchmark/Android.bp b/fmq_benchmark/Android.bp deleted file mode 100644 index 3a59888..0000000 --- a/fmq_benchmark/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "FmqPerformanceTest", -} diff --git a/fmq_benchmark/AndroidTest.xml b/fmq_benchmark/AndroidTest.xml deleted file mode 100644 index c2b134b..0000000 --- a/fmq_benchmark/AndroidTest.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - diff --git a/hwbinder_benchmark/binderize/Android.bp b/hwbinder_benchmark/binderize/Android.bp deleted file mode 100644 index b1a0b01..0000000 --- a/hwbinder_benchmark/binderize/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "HwBinderBinderizePerformanceTest", -} diff --git a/hwbinder_benchmark/binderize/AndroidTest.xml b/hwbinder_benchmark/binderize/AndroidTest.xml deleted file mode 100644 index fe4b209..0000000 --- a/hwbinder_benchmark/binderize/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_benchmark/binderize_systrace/Android.bp b/hwbinder_benchmark/binderize_systrace/Android.bp deleted file mode 100644 index eeb2b67..0000000 --- a/hwbinder_benchmark/binderize_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderBinderizePerformanceSystraceTest", -} diff --git a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml deleted file mode 100644 index fe49e51..0000000 --- a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/hwbinder_benchmark/passthrough/Android.bp b/hwbinder_benchmark/passthrough/Android.bp deleted file mode 100644 index 9997342..0000000 --- a/hwbinder_benchmark/passthrough/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "HwBinderPassthroughPerformanceTest", -} diff --git a/hwbinder_benchmark/passthrough/AndroidTest.xml b/hwbinder_benchmark/passthrough/AndroidTest.xml deleted file mode 100644 index 35ade4f..0000000 --- a/hwbinder_benchmark/passthrough/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_benchmark/passthrough_systrace/Android.bp b/hwbinder_benchmark/passthrough_systrace/Android.bp deleted file mode 100644 index 3fef7ef..0000000 --- a/hwbinder_benchmark/passthrough_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderPassthroughPerformanceSystraceTest", -} diff --git a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml deleted file mode 100644 index 6f402fe..0000000 --- a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/hwbinder_latency_test/binderize/Android.bp b/hwbinder_latency_test/binderize/Android.bp deleted file mode 100644 index a036321..0000000 --- a/hwbinder_latency_test/binderize/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderBinderizeLatencyTest", -} diff --git a/hwbinder_latency_test/binderize/AndroidTest.xml b/hwbinder_latency_test/binderize/AndroidTest.xml deleted file mode 100644 index 7df8238..0000000 --- a/hwbinder_latency_test/binderize/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_latency_test/binderize_systrace/Android.bp b/hwbinder_latency_test/binderize_systrace/Android.bp deleted file mode 100644 index c43af9b..0000000 --- a/hwbinder_latency_test/binderize_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderBinderizeLatencySystraceTest", -} diff --git a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml deleted file mode 100644 index b398564..0000000 --- a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/hwbinder_latency_test/passthrough/Android.bp b/hwbinder_latency_test/passthrough/Android.bp deleted file mode 100644 index c028c25..0000000 --- a/hwbinder_latency_test/passthrough/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderPassthroughLatencyTest", -} diff --git a/hwbinder_latency_test/passthrough/AndroidTest.xml b/hwbinder_latency_test/passthrough/AndroidTest.xml deleted file mode 100644 index 6447b1d..0000000 --- a/hwbinder_latency_test/passthrough/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_latency_test/passthrough_systrace/Android.bp b/hwbinder_latency_test/passthrough_systrace/Android.bp deleted file mode 100644 index 8c8583c..0000000 --- a/hwbinder_latency_test/passthrough_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderPassthroughLatencySystraceTest", -} diff --git a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml deleted file mode 100644 index 481a3db..0000000 --- a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/hwbinder_throughput_test/binderize/Android.bp b/hwbinder_throughput_test/binderize/Android.bp deleted file mode 100644 index 61d081a..0000000 --- a/hwbinder_throughput_test/binderize/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "HwBinderBinderizeThroughputTest", -} diff --git a/hwbinder_throughput_test/binderize/AndroidTest.xml b/hwbinder_throughput_test/binderize/AndroidTest.xml deleted file mode 100644 index 7c9b60e..0000000 --- a/hwbinder_throughput_test/binderize/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_throughput_test/binderize_systrace/Android.bp b/hwbinder_throughput_test/binderize_systrace/Android.bp deleted file mode 100644 index 695fa18..0000000 --- a/hwbinder_throughput_test/binderize_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderBinderizeThroughputSystraceTest", -} diff --git a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml deleted file mode 100644 index 663c9ca..0000000 --- a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - diff --git a/hwbinder_throughput_test/passthrough/Android.bp b/hwbinder_throughput_test/passthrough/Android.bp deleted file mode 100644 index c448064..0000000 --- a/hwbinder_throughput_test/passthrough/Android.bp +++ /dev/null @@ -1,19 +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. -// - -vts_config { - name: "HwBinderPassthroughThroughputTest", -} diff --git a/hwbinder_throughput_test/passthrough/AndroidTest.xml b/hwbinder_throughput_test/passthrough/AndroidTest.xml deleted file mode 100644 index f0ae397..0000000 --- a/hwbinder_throughput_test/passthrough/AndroidTest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - diff --git a/hwbinder_throughput_test/passthrough_systrace/Android.bp b/hwbinder_throughput_test/passthrough_systrace/Android.bp deleted file mode 100644 index 286685a..0000000 --- a/hwbinder_throughput_test/passthrough_systrace/Android.bp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Copyright (C) 2017 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. -// - -vts_config { - name: "HwBinderPassthroughThroughputSystraceTest", -} diff --git a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml deleted file mode 100644 index 3c6cd4c..0000000 --- a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - -- cgit v1.2.3