diff options
| author | Sasha Smundak <asmundak@google.com> | 2019-02-25 23:24:42 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 23:24:42 -0800 |
| commit | f0e5dcee43de6f9c44a3872721087d96eaa48273 (patch) | |
| tree | b9a5ebc8d014c96ec8c53907a08b83a92f041027 /audio_loopback_test | |
| parent | 83566ff79525a74de334fdf12ed674e1fa54766b (diff) | |
| parent | f7bb4456c03332eb9a0a112e963703be1d7d8e0a (diff) | |
| download | platform_test_vts-testcase_performance-master.tar.gz platform_test_vts-testcase_performance-master.tar.bz2 platform_test_vts-testcase_performance-master.zip | |
Convert Android.mk file to Android.bp am: c60ef2a38b am: 892b13dc96HEADandroid-vts-11.0_r1android-vts-10.0_r5android-vts-10.0_r4android-vts-10.0_r3android-vts-10.0_r2android-r-preview-4android-r-preview-3android-r-preview-2android-r-preview-1android-r-beta-3android-r-beta-2android-mainline-11.0.0_r1android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r11android-mainline-10.0.0_r10android-cts-11.0_r1android-cts-10.0_r5android-cts-10.0_r4android-cts-10.0_r3android-cts-10.0_r2android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12ndk-sysroot-r21masterandroid11-tests-releaseandroid11-tests-devandroid11-releaseandroid11-mainline-releaseandroid11-gsiandroid11-devandroid10-tests-releaseandroid10-tests-devandroid10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-tzdata-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-release
am: f7bb4456c0
Change-Id: I269d33cf7e4dc4dc46ea70207d7412c4e1d1aa94
Diffstat (limited to 'audio_loopback_test')
| -rw-r--r-- | audio_loopback_test/Android.bp | 19 | ||||
| -rw-r--r-- | audio_loopback_test/Android.mk | 21 |
2 files changed, 19 insertions, 21 deletions
diff --git a/audio_loopback_test/Android.bp b/audio_loopback_test/Android.bp new file mode 100644 index 0000000..1c12a6e --- /dev/null +++ b/audio_loopback_test/Android.bp @@ -0,0 +1,19 @@ +// +// 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/Android.mk b/audio_loopback_test/Android.mk deleted file mode 100644 index 6fceefc..0000000 --- a/audio_loopback_test/Android.mk +++ /dev/null @@ -1,21 +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. -# -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := AudioLoopbackTest --include test/vts/tools/build/Android.host_config.mk |
