summaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorMark Grady <gradymark@google.com>2019-09-17 19:02:32 -0700
committerMark Grady <gradymark@google.com>2019-10-15 23:27:45 +0000
commit65f83fa730fcdbd80eaa1646800f958df96f48eb (patch)
treeaab8382947f09487047e6b54874f25499dee51e9 /emulator
parent02db731b9c47b4549340670f5c9707001bed2080 (diff)
downloaddevice_generic_car-65f83fa730fcdbd80eaa1646800f958df96f48eb.tar.gz
device_generic_car-65f83fa730fcdbd80eaa1646800f958df96f48eb.tar.bz2
device_generic_car-65f83fa730fcdbd80eaa1646800f958df96f48eb.zip
Add car audio emu support to aosp_car_* targets
Bug: 130232630 Test: Manually tested on both x86 flavors. Can't test ARM. Change-Id: I9149d42bfd7137f7967d0925af31e11ff2247852 (cherry picked from commit e9cb384330cc8f89aceea4f559be0b7a1c77db7d)
Diffstat (limited to 'emulator')
-rw-r--r--emulator/aosp_car_emulator.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
new file mode 100644
index 0000000..86d9674
--- /dev/null
+++ b/emulator/aosp_car_emulator.mk
@@ -0,0 +1,20 @@
+#
+# 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.
+
+$(call inherit-product, device/generic/car/common/car.mk)
+# This overrides device/generic/car/common/car.mk
+$(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk)
+$(call inherit-product, device/generic/car/emulator/hal/car_emulator_hal.mk)
+