Jackeagle | b99e41d | 2017-02-04 20:17:05 +0530 | [diff] [blame] | 1 | # Misc packages |
| 2 | PRODUCT_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 |
| 30 | PRODUCT_PACKAGES += \ |
| 31 | messaging \ |
| 32 | CellBroadcastReceiver \ |
| 33 | Stk \ |
| 34 | telephony-ext |
| 35 | |
| 36 | PRODUCT_BOOT_JARS += \ |
| 37 | telephony-ext |
| 38 | |
| 39 | # RCS |
| 40 | PRODUCT_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 |
| 48 | PRODUCT_PACKAGES += \ |
| 49 | MusicFX \ |
| 50 | SnapdragonCamera \ |
| 51 | SnapdragonGallery \ |
| 52 | SnapdragonMusic |
| 53 | |
| 54 | # Mms depends on SoundRecorder for recorded audio messages |
| 55 | PRODUCT_PACKAGES += \ |
| 56 | SoundRecorder |
| 57 | |
Alexander Martinz | df08d17 | 2016-12-01 18:57:48 +0100 | [diff] [blame^] | 58 | # Include explicitly to work around GMS issues |
Steve Kondik | c642082 | 2015-12-01 13:31:45 -0800 | [diff] [blame] | 59 | PRODUCT_PACKAGES += \ |
Alexander Martinz | df08d17 | 2016-12-01 18:57:48 +0100 | [diff] [blame^] | 60 | libprotobuf-cpp-full \ |
Steve Kondik | c642082 | 2015-12-01 13:31:45 -0800 | [diff] [blame] | 61 | librsjni |
| 62 | |
Jackeagle | b99e41d | 2017-02-04 20:17:05 +0530 | [diff] [blame] | 63 | # Custom off-mode charger |
| 64 | ifneq ($(WITH_CM_CHARGER),false) |
| 65 | PRODUCT_PACKAGES += \ |
| 66 | charger_res_images \ |
| 67 | cm_charger_res_images \ |
| 68 | font_log.png \ |
| 69 | libhealthd.cm |
| 70 | endif |