blob: 4852994edad2936214562f008e666a88a16d5fe7 [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 \
Jackeaglec965ff92017-08-27 02:49:00 -040033 Stk
Jackeagleb99e41d2017-02-04 20:17:05 +053034
35# Mms depends on SoundRecorder for recorded audio messages
36PRODUCT_PACKAGES += \
37 SoundRecorder
38
Alexander Martinzdf08d172016-12-01 18:57:48 +010039# Include explicitly to work around GMS issues
Steve Kondikc6420822015-12-01 13:31:45 -080040PRODUCT_PACKAGES += \
Alexander Martinzdf08d172016-12-01 18:57:48 +010041 libprotobuf-cpp-full \
Steve Kondikc6420822015-12-01 13:31:45 -080042 librsjni
43
Jackeagleb99e41d2017-02-04 20:17:05 +053044# Custom off-mode charger
45ifneq ($(WITH_CM_CHARGER),false)
46PRODUCT_PACKAGES += \
47 charger_res_images \
48 cm_charger_res_images \
49 font_log.png \
50 libhealthd.cm
51endif
bigrushdogd4cb4912016-08-27 14:17:51 -070052