blob: 7f3b2062d47ef1e4820fb47b9893faf53d0d2da1 [file] [log] [blame]
Bharath5eeacaa2021-06-28 13:21:02 +05301# Copyright 2021-2022 Fairphone B.V.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16DEVICE_PACKAGE_OVERLAYS += \
17 vendor/fairphone/fp3-common/overlay
Bharath2f73c142020-05-09 11:57:26 +053018
19PRODUCT_PACKAGES += \
Bharath8accfd42022-10-29 18:29:51 +053020 ThemePicker
Bharath50d9b882021-06-28 13:27:41 +053021
22# Ringtones
23PRODUCT_COPY_FILES += \
24 vendor/fairphone/media/ringtones/Sunbeam.mp3:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/Sunbeam.mp3
25
Bharathb9ab70f2022-10-06 14:00:30 +053026PRODUCT_VENDOR_PROPERTIES += ro.config.ringtone=Sunbeam.mp3
Bharath3baeb8c2022-02-08 10:35:22 +053027
28# Build other dependencies
29# Audio
30PRODUCT_PACKAGES += \
31 libOmxG711Enc \
32 liba2dpoffload \
33 libaudiohal \
34 libaudiohal_deathhandler \
35 libbatterylistener \
36 libcirrusspkrprot \
37 libcomprcapture \
38 libexthwplugin \
39 libhdmiedid \
40 libhfp \
41 libmediaplayerservice \
42 libnbaio \
43 libsndmonitor \
44 libspkrprot \
45 libstagefright_httplive
46
47# Display
48PRODUCT_PACKAGES += \
49 vendor.display.config@1.8
50
51# Fstman
52PRODUCT_PACKAGES += \
53 vendor.qti.hardware.fstman@1.0.vendor
54
55# GPS
56PRODUCT_PACKAGES += \
57 gnss_antenna_info.conf \
58 liblocation_api
59
Bharath3baeb8c2022-02-08 10:35:22 +053060# Others
61PRODUCT_PACKAGES += \
62 liblogwrap \
63 libminui \
64 libstagefright_enc_common \
65 libtextclassifier
66
67# Radio
68PRODUCT_PACKAGES += \
69 android.hardware.radio@1.4 \
70 android.hardware.radio.config@1.0 \
71 android.hardware.radio.deprecated@1.0 \
72 liblz4
73