blob: 860ac39cf276a8e194bdc78c748dd1e37e0166eb [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 += \
20 WallpaperPicker
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
26PRODUCT_PROPERTY_OVERRIDES += 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
60# Oemaids
61PRODUCT_PACKAGES += \
62 liboemaids_system \
63 liboemaids_vendor
64
65# Others
66PRODUCT_PACKAGES += \
67 liblogwrap \
68 libminui \
69 libstagefright_enc_common \
70 libtextclassifier
71
72# Radio
73PRODUCT_PACKAGES += \
74 android.hardware.radio@1.4 \
75 android.hardware.radio.config@1.0 \
76 android.hardware.radio.deprecated@1.0 \
77 liblz4
78