-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcommon-packages.mk
154 lines (129 loc) · 2.7 KB
/
common-packages.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Copyright (C) 2014 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.
# Audio
PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default \
libaudio-resampler
# For audio.primary
PRODUCT_PACKAGES += \
libtinyalsa \
libaudioroute \
tinymix
# Audio effects
PRODUCT_PACKAGES += \
libqcomvisualizer \
libqcomvoiceprocessing \
libqcompostprocbundle
# Audio deps
PRODUCT_PACKAGES += \
libfmq
# GFX
PRODUCT_PACKAGES += \
libhdmi \
libqdutils \
libqdMetaData
# OMX
PRODUCT_PACKAGES += \
libc2dcolorconvert \
libstagefrighthw \
libOmxCore \
libmm-omxcore \
libOmxVdec \
libOmxVdecHevc \
libOmxVenc
# GPS
PRODUCT_PACKAGES += \
libloc_core \
libgps.utils \
liblocation_api \
libloc_pla \
libgnss
# Location
PRODUCT_PACKAGES += \
libloc_api_v02 \
libloc_ds_api \
libgnsspps
# IPA
PRODUCT_PACKAGES += \
IPACM_cfg.xml \
ipacm
# WLAN
PRODUCT_PACKAGES += \
p2p_supplicant.conf \
hostapd \
libwpa_client \
wpa_supplicant \
wpa_supplicant.conf \
libwpa_client
# NFC packages
PRODUCT_PACKAGES += \
NfcNci \
Tag
# CAMERA
PRODUCT_PACKAGES += \
libmmcamera_interface \
libmmjpeg_interface \
libmmlib2d_interface \
libmm-qcamera \
libqomx_core
# OSS Time service
PRODUCT_PACKAGES += \
timekeep \
TimeKeep \
# OSS Power HAL
PRODUCT_PACKAGES += \
librqbalance
# OSS WIFI and BT MAC tool
PRODUCT_PACKAGES += \
macaddrsetup
# Telephony
PRODUCT_PACKAGES += \
QcRilAm \
SimDetect
# QCOM Data
PRODUCT_PACKAGES += \
librmnetctl
# RIL
PRODUCT_PACKAGES += \
libandroid_net \
libprotobuf-cpp-full
# RenderScript
PRODUCT_PACKAGES += \
librsjni
# libRSDriver_adreno dependency
PRODUCT_PACKAGES += \
libLLVM
# ExtendedSettings
PRODUCT_PACKAGES += \
ExtendedSettings
# Charger
PRODUCT_PACKAGES += \
omni_charger_res_images
# AOSP Packages
PRODUCT_PACKAGES += \
Launcher3QuickStep \
libemoji \
libion \
libjson \
libxml2 \
# External exFat tools
PRODUCT_PACKAGES += \
mkfs.exfat \
fsck.exfat
# For config.fs
PRODUCT_PACKAGES += \
fs_config_files \
fs_config_dirs