2020-03-18 21:05:44 +00:00
|
|
|
# Copyright (C) 2020 Paranoid Android
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# Enable QCT resampler
|
|
|
|
AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
|
|
|
|
|
2020-06-15 00:25:42 +00:00
|
|
|
# Media
|
|
|
|
PRODUCT_PACKAGES += \
|
2021-11-20 14:30:14 +00:00
|
|
|
libavservices_minijail \
|
2020-06-15 00:25:42 +00:00
|
|
|
libmediaplayerservice
|
|
|
|
|
2022-02-19 14:33:29 +00:00
|
|
|
PRODUCT_SYSTEM_PROPERTIES += \
|
2020-09-16 19:24:46 +00:00
|
|
|
vendor.mm.enable.qcom_parser=16777215
|
|
|
|
|
2020-03-18 21:05:44 +00:00
|
|
|
# Get non-open-source specific aspects
|
2021-11-16 08:57:56 +00:00
|
|
|
$(call inherit-product-if-exists, vendor/qcom/common/system/av/av-vendor.mk)
|