summaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorMark Grady <gradymark@google.com>2019-12-17 16:01:22 -0800
committerMark Grady <gradymark@google.com>2019-12-20 22:47:36 +0000
commit0d89f954320bcc2e99641b8773acb81734b12801 (patch)
treec568e1d14d67762bb19732532d5abd8b81c2be0f /emulator
parent3f0938ab74e20dbcbc613f4f49db16971754fa9c (diff)
downloaddevice_generic_car-0d89f954320bcc2e99641b8773acb81734b12801.tar.gz
device_generic_car-0d89f954320bcc2e99641b8773acb81734b12801.tar.bz2
device_generic_car-0d89f954320bcc2e99641b8773acb81734b12801.zip
Reapply "Add car audio emu support to aosp_car_* targets"
This reverts commit 52cf1a678cf3a6b232810e3f205b093784eaae93. Bug:130232630 Test: Compile emulator and verify functionality Change-Id: I3241eb07c89b25081cdea089884bf8b612e52522
Diffstat (limited to 'emulator')
-rw-r--r--emulator/aosp_car_emulator.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
new file mode 100644
index 0000000..04f9031
--- /dev/null
+++ b/emulator/aosp_car_emulator.mk
@@ -0,0 +1,19 @@
+#
+# 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)
+