universal7580: build hardware/samsung OSS Audio HAL
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / device-common.mk
CommitLineData
583a3f4a
S
1#
2# Copyright (C) 2018 The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := device/samsung/universal7580-common
174e8e03 18
9e24d026
S
19# Audio
20PRODUCT_PACKAGES += \
21 audio.primary.universal7580 \
22 audio.a2dp.default \
23 audio.r_submix.default \
24 audio.usb.default \
25 tinymix \
26 android.hardware.audio@2.0-impl \
27 android.hardware.audio.effect@2.0-impl
28
174e8e03
S
29# call Samsung LSI board support package
30$(call inherit-product, hardware/samsung_slsi-cm/exynos5/exynos5.mk)
31$(call inherit-product, hardware/samsung_slsi-cm/exynos7580/exynos7580.mk)
2211511a
S
32
33# call the proprietary setup
34$(call inherit-product, vendor/samsung/universal7580-common/universal7580-common-vendor.mk)