blob: d10901edcbf9106677986f15929b9ad5a51a6051 [file] [log] [blame]
Jackeagleb99e41d2017-02-04 20:17:05 +05301# Misc packages
2PRODUCT_PACKAGES += \
3 BluetoothExt \
4 Browser \
5 libemoji \
6 libsepol \
7 e2fsck \
8 mke2fs \
9 tune2fs \
10 bash \
11 powertop \
12 mount.exfat \
13 fsck.exfat \
14 mkfs.exfat \
15 mkfs.f2fs \
16 fsck.f2fs \
17 fibmap.f2fs \
18 mkfs.ntfs \
19 fsck.ntfs \
20 mount.ntfs \
21 gdbserver \
22 micro_bench \
23 oprofiled \
24 sqlite3 \
25 strace \
26 Terminal \
27 WallpaperPicker
28
29# Telephony packages
30PRODUCT_PACKAGES += \
31 messaging \
32 CellBroadcastReceiver \
33 Stk \
34 telephony-ext
35
36PRODUCT_BOOT_JARS += \
37 telephony-ext
38
39# RCS
40PRODUCT_PACKAGES += \
41 rcs_service_aidl \
42 rcs_service_aidl.xml \
43 rcs_service_aidl_static \
44 rcs_service_api \
45 rcs_service_api.xml
46
47# Snapdragon packages
48PRODUCT_PACKAGES += \
49 MusicFX \
50 SnapdragonCamera \
51 SnapdragonGallery \
52 SnapdragonMusic
53
54# Mms depends on SoundRecorder for recorded audio messages
55PRODUCT_PACKAGES += \
56 SoundRecorder
57
Alexander Martinzdf08d172016-12-01 18:57:48 +010058# Include explicitly to work around GMS issues
Steve Kondikc6420822015-12-01 13:31:45 -080059PRODUCT_PACKAGES += \
Alexander Martinzdf08d172016-12-01 18:57:48 +010060 libprotobuf-cpp-full \
Steve Kondikc6420822015-12-01 13:31:45 -080061 librsjni
62
Jackeagleb99e41d2017-02-04 20:17:05 +053063# Custom off-mode charger
64ifneq ($(WITH_CM_CHARGER),false)
65PRODUCT_PACKAGES += \
66 charger_res_images \
67 cm_charger_res_images \
68 font_log.png \
69 libhealthd.cm
70endif