XpLoDWilD | a855f6e | 2013-08-24 15:45:34 +0200 | [diff] [blame] | 1 | # Additional apps |
2 | PRODUCT_PACKAGES += \ | ||||
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 3 | MonthCalendarWidget \ |
Menno van Grinsven | 15641fd | 2015-11-28 22:26:01 +0100 | [diff] [blame] | 4 | OmniSwitch \ |
maxwen | aabe281 | 2015-12-24 17:08:20 +0100 | [diff] [blame] | 5 | Chromium \ |
maxwen | 2409352 | 2016-02-14 16:38:29 +0100 | [diff] [blame] | 6 | OmniJaws \ |
Marko Man | 6fe50e2 | 2016-10-12 09:07:55 +0200 | [diff] [blame] | 7 | OmniStyle \ |
Jake Whatley | 31664d6 | 2016-12-16 18:38:36 +0100 | [diff] [blame] | 8 | OmniClockOSS \ |
maxwen | ea4c051 | 2016-12-31 18:37:53 +0100 | [diff] [blame] | 9 | MusicFX \ |
maxwen | 32b0c95 | 2018-08-09 17:33:28 +0200 | [diff] [blame] | 10 | Phonograph \ |
11 | MatLog \ | ||||
maxwen | 5552971 | 2018-08-28 17:12:21 +0200 | [diff] [blame] | 12 | OmniChange \ |
maxwen | 11648b9 | 2018-08-29 11:27:08 +0200 | [diff] [blame] | 13 | OpenDelta \ |
14 | Turbo | ||||
maxwen | 32b0c95 | 2018-08-09 17:33:28 +0200 | [diff] [blame] | 15 | |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 16 | # Additional tools |
17 | PRODUCT_PACKAGES += \ | ||||
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 18 | e2fsck \ |
19 | fsck.exfat \ | ||||
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 20 | lsof \ |
21 | mke2fs \ | ||||
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 22 | mount.exfat \ |
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 23 | openvpn \ |
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 24 | tune2fs \ |
maxwen | f328f80 | 2018-01-02 00:40:29 +0100 | [diff] [blame] | 25 | mkfs.ntfs \ |
26 | mount.ntfs \ | ||||
27 | fsck.ntfs \ | ||||
Marko Man | d764733 | 2017-10-11 11:37:19 +0200 | [diff] [blame] | 28 | mkshrc_vendor \ |
29 | toybox_vendor \ | ||||
Humberto Borba | 9fcc20f | 2018-10-04 05:10:24 -0300 | [diff] [blame] | 30 | sh_vendor \ |
31 | vim | ||||
Marko Man | d764733 | 2017-10-11 11:37:19 +0200 | [diff] [blame] | 32 | |
Humberto Borba | 9fcc20f | 2018-10-04 05:10:24 -0300 | [diff] [blame] | 33 | ifeq ($(BOARD_INCLUDE_CMDLINE_TOOLS),true) |
34 | PRODUCT_PACKAGES += \ | ||||
35 | bash \ | ||||
36 | htop \ | ||||
37 | nano \ | ||||
38 | powertop \ | ||||
39 | rsync \ | ||||
40 | zip | ||||
41 | |||||
42 | # Openssh | ||||
43 | PRODUCT_PACKAGES += \ | ||||
44 | scp \ | ||||
45 | sftp \ | ||||
46 | ssh \ | ||||
47 | sshd \ | ||||
48 | sshd_config \ | ||||
49 | ssh-keygen \ | ||||
50 | start-ssh | ||||
51 | endif | ||||
Menno van Grinsven | 85248f5 | 2014-01-26 13:11:28 +0100 | [diff] [blame] | 52 | |
maxwen | 8b1494c | 2017-01-14 17:29:50 +0100 | [diff] [blame] | 53 | # Telephony extension |
54 | PRODUCT_PACKAGES += telephony-ext | ||||
55 | PRODUCT_BOOT_JARS += telephony-ext | ||||
laurent | aa40864 | 2017-02-17 21:18:42 +0100 | [diff] [blame] | 56 | |
Alex Cruz | 4ce2844 | 2017-09-01 02:52:47 +0200 | [diff] [blame] | 57 | # Themes |
maxwen | 32b0c95 | 2018-08-09 17:33:28 +0200 | [diff] [blame] | 58 | #PRODUCT_PACKAGES += \ |
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 59 | GboardOmniTheme |
60 | |||||
maxwen | 2117c45 | 2018-08-24 15:55:20 +0200 | [diff] [blame] | 61 | PRODUCT_PACKAGES += \ |
Marko Man | 8b8363f | 2018-09-03 11:37:13 +0200 | [diff] [blame] | 62 | DocumentsUITheme \ |
63 | DialerTheme \ | ||||
64 | TelecommTheme | ||||
Marko Man | 4a3f482 | 2018-08-31 09:45:23 +0200 | [diff] [blame] | 65 | |
66 | PRODUCT_PACKAGES += \ | ||||
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 67 | NotificationsDark \ |
68 | NotificationsLight \ | ||||
69 | NotificationsPrimary | ||||
70 | |||||
maxwen | 2117c45 | 2018-08-24 15:55:20 +0200 | [diff] [blame] | 71 | PRODUCT_PACKAGES += \ |
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 72 | AccentSluttyPink \ |
73 | AccentPixel \ | ||||
74 | AccentGoldenShower \ | ||||
75 | AccentDeepOrange \ | ||||
76 | AccentOmni \ | ||||
77 | AccentWhite \ | ||||
78 | AccentTeal \ | ||||
79 | AccentFromHell \ | ||||
80 | AccentBlueMonday \ | ||||
mTresk | cd97687 | 2018-03-31 22:54:07 +0500 | [diff] [blame] | 81 | AccentSmokingGreen \ |
82 | AccentDeadRed \ | ||||
83 | AccentRottenOrange \ | ||||
84 | AccentDeepPurple | ||||
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 85 | |
maxwen | 2117c45 | 2018-08-24 15:55:20 +0200 | [diff] [blame] | 86 | PRODUCT_PACKAGES += \ |
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 87 | PrimaryAlmostBlack \ |
88 | PrimaryBlack \ | ||||
89 | PrimaryOmni \ | ||||
90 | PrimaryWhite \ | ||||
91 | PrimaryColdWhite \ | ||||
92 | PrimaryWarmWhite \ | ||||
93 | PrimaryDarkBlue | ||||
Alex Cruz | 4ce2844 | 2017-09-01 02:52:47 +0200 | [diff] [blame] | 94 | |
Marko Man | 593bcb5 | 2018-01-29 13:46:54 +0100 | [diff] [blame] | 95 | # Textclassifiers |
maxwen | 32b0c95 | 2018-08-09 17:33:28 +0200 | [diff] [blame] | 96 | #PRODUCT_PACKAGES += \ |
Marko Man | 593bcb5 | 2018-01-29 13:46:54 +0100 | [diff] [blame] | 97 | textclassifier.langid.model \ |
98 | textclassifier.smartselection.bundle1 \ | ||||
99 | textclassifier.smartselection.ar.model \ | ||||
100 | textclassifier.smartselection.it.model \ | ||||
101 | textclassifier.smartselection.nl.model \ | ||||
102 | textclassifier.smartselection.pl.model \ | ||||
103 | textclassifier.smartselection.pt.model \ | ||||
104 | textclassifier.smartselection.ru.model \ | ||||
105 | textclassifier.smartselection.tr.model \ | ||||
106 | textclassifier.smartselection.zh.model \ | ||||
107 | textclassifier.smartselection.zh-Hant.model | ||||
108 | |||||
maxwen | 168f45c | 2017-10-10 19:09:07 +0200 | [diff] [blame] | 109 | # for fun |
maxwen | 2beadc1 | 2018-03-15 01:42:23 -0400 | [diff] [blame] | 110 | PRODUCT_PACKAGES += \ |
111 | EggGame | ||||
112 | |||||
maxwen | 32b0c95 | 2018-08-09 17:33:28 +0200 | [diff] [blame] | 113 | #PRODUCT_PACKAGES += \ |
maxwen | 2beadc1 | 2018-03-15 01:42:23 -0400 | [diff] [blame] | 114 | ExtraFonts |