summaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorOscar Azucena <oscarazu@google.com>2019-11-21 18:50:44 -0800
committerOscar Azucena <oscarazu@google.com>2019-11-21 18:50:44 -0800
commit8e677e4f79b9b5bfefc43cc33a5eab9387f5ba6e (patch)
treef828de4ff1a2a535242aad76937037fff97b6840 /emulator
parentbf37e3382920288bc6f5f243d2356c482cdd422e (diff)
downloaddevice_generic_car-8e677e4f79b9b5bfefc43cc33a5eab9387f5ba6e.tar.gz
device_generic_car-8e677e4f79b9b5bfefc43cc33a5eab9387f5ba6e.tar.bz2
device_generic_car-8e677e4f79b9b5bfefc43cc33a5eab9387f5ba6e.zip
Removed uneeded settings.
Removing uneeded file to get the mapping for output devices to display. Bug: 144959912 Test: Ran emulator target Change-Id: Ib5e3611036cef3babe02fd4adc28079b2b7c16ab
Diffstat (limited to 'emulator')
-rw-r--r--emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml b/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml
deleted file mode 100644
index 7f2496d..0000000
--- a/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2019 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.
--->
-
-<!-- These resources are around just to allow their values to be customized
- for different hardware and product builds. Do not translate. -->
-<resources>
- <string-array name="config_displayToAudioDeviceConfig">
- <!-- Add display to audio device pair as such
- <item>"0,bus0_media_out"</item>
- -->
- <item>"0,bus0_media_out"</item>
- <item>"1,bus100_left_rear_seat_1"</item>
- <item>"2,bus200_right_rear_seat_2"</item>
- </string-array>
-</resources> \ No newline at end of file