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 \ |
maxwen | 99e3398 | 2014-01-30 22:12:45 +0100 | [diff] [blame] | 4 | OpenDelta \ |
Menno van Grinsven | 15641fd | 2015-11-28 22:26:01 +0100 | [diff] [blame] | 5 | OmniSwitch \ |
maxwen | aabe281 | 2015-12-24 17:08:20 +0100 | [diff] [blame] | 6 | Chromium \ |
maxwen | 2409352 | 2016-02-14 16:38:29 +0100 | [diff] [blame] | 7 | OmniJaws \ |
Marko Man | 6fe50e2 | 2016-10-12 09:07:55 +0200 | [diff] [blame] | 8 | OmniStyle \ |
Jake Whatley | 31664d6 | 2016-12-16 18:38:36 +0100 | [diff] [blame] | 9 | OmniClockOSS \ |
maxwen | ea4c051 | 2016-12-31 18:37:53 +0100 | [diff] [blame] | 10 | MusicFX \ |
| 11 | audio_effects.conf \ |
maxwen | e517558 | 2017-03-21 23:52:23 +0100 | [diff] [blame] | 12 | libcyanogen-dsp \ |
maxwen | 221736c | 2017-04-09 00:30:14 +0200 | [diff] [blame] | 13 | Phonograph \ |
maxwen | 70f05d0 | 2017-07-22 19:05:50 +0200 | [diff] [blame] | 14 | Turbo \ |
maxwen | 8325b04 | 2018-01-26 00:36:30 +0100 | [diff] [blame] | 15 | MatLog \ |
Juan Ezquerro LLanes | adf99c8 | 2018-05-24 21:17:28 +0200 | [diff] [blame] | 16 | OmniChange \ |
| 17 | OmniBrain |
maxwen | d9142c3 | 2015-11-02 00:43:00 +0100 | [diff] [blame] | 18 | |
XpLoDWilD | 12d3aaf | 2013-08-24 14:21:46 +0200 | [diff] [blame] | 19 | # Additional tools |
| 20 | PRODUCT_PACKAGES += \ |
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 21 | bash \ |
| 22 | e2fsck \ |
| 23 | fsck.exfat \ |
| 24 | htop \ |
| 25 | lsof \ |
| 26 | mke2fs \ |
David Gasaway | 3144ea1 | 2014-01-11 18:45:55 -1000 | [diff] [blame] | 27 | mount.exfat \ |
| 28 | nano \ |
| 29 | openvpn \ |
| 30 | powertop \ |
| 31 | tune2fs \ |
Menno van Grinsven | 85248f5 | 2014-01-26 13:11:28 +0100 | [diff] [blame] | 32 | vim \ |
maxwen | f328f80 | 2018-01-02 00:40:29 +0100 | [diff] [blame] | 33 | mkfs.ntfs \ |
| 34 | mount.ntfs \ |
| 35 | fsck.ntfs \ |
Marko Man | d764733 | 2017-10-11 11:37:19 +0200 | [diff] [blame] | 36 | mkshrc_vendor \ |
| 37 | toybox_vendor \ |
| 38 | sh_vendor |
| 39 | |
Marko Man | 7de33f6 | 2017-12-19 13:37:10 +0100 | [diff] [blame] | 40 | PRODUCT_COPY_FILES += \ |
| 41 | vendor/omni/prebuilt/bin/vi:system/bin/vi |
Menno van Grinsven | 85248f5 | 2014-01-26 13:11:28 +0100 | [diff] [blame] | 42 | |
maxwen | 8b1494c | 2017-01-14 17:29:50 +0100 | [diff] [blame] | 43 | # Telephony extension |
| 44 | PRODUCT_PACKAGES += telephony-ext |
| 45 | PRODUCT_BOOT_JARS += telephony-ext |
laurent | aa40864 | 2017-02-17 21:18:42 +0100 | [diff] [blame] | 46 | |
| 47 | # OMS support |
maxwen | cbb3475 | 2017-09-01 13:33:01 +0200 | [diff] [blame] | 48 | #PRODUCT_PACKAGES += ThemeInterfacer \ |
| 49 | OmniTheme \ |
| 50 | OmniSubs |
maxwen | 69feb52 | 2017-04-14 17:42:05 +0200 | [diff] [blame] | 51 | |
Alex Cruz | 4ce2844 | 2017-09-01 02:52:47 +0200 | [diff] [blame] | 52 | # Themes |
| 53 | PRODUCT_PACKAGES += \ |
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 54 | GboardOmniTheme |
| 55 | |
| 56 | PRODUCT_PACKAGES += \ |
| 57 | NotificationsDark \ |
| 58 | NotificationsLight \ |
| 59 | NotificationsPrimary |
| 60 | |
| 61 | PRODUCT_PACKAGES += \ |
| 62 | AccentSluttyPink \ |
| 63 | AccentPixel \ |
| 64 | AccentGoldenShower \ |
| 65 | AccentDeepOrange \ |
| 66 | AccentOmni \ |
| 67 | AccentWhite \ |
| 68 | AccentTeal \ |
| 69 | AccentFromHell \ |
| 70 | AccentBlueMonday \ |
mTresk | cd97687 | 2018-03-31 22:54:07 +0500 | [diff] [blame] | 71 | AccentSmokingGreen \ |
| 72 | AccentDeadRed \ |
| 73 | AccentRottenOrange \ |
| 74 | AccentDeepPurple |
Marko Man | 3df845e | 2018-03-02 22:58:13 +0100 | [diff] [blame] | 75 | |
| 76 | PRODUCT_PACKAGES += \ |
| 77 | PrimaryAlmostBlack \ |
| 78 | PrimaryBlack \ |
| 79 | PrimaryOmni \ |
| 80 | PrimaryWhite \ |
| 81 | PrimaryColdWhite \ |
| 82 | PrimaryWarmWhite \ |
| 83 | PrimaryDarkBlue |
Alex Cruz | 4ce2844 | 2017-09-01 02:52:47 +0200 | [diff] [blame] | 84 | |
Marko Man | 593bcb5 | 2018-01-29 13:46:54 +0100 | [diff] [blame] | 85 | # Textclassifiers |
| 86 | PRODUCT_PACKAGES += \ |
| 87 | textclassifier.langid.model \ |
| 88 | textclassifier.smartselection.bundle1 \ |
| 89 | textclassifier.smartselection.ar.model \ |
| 90 | textclassifier.smartselection.it.model \ |
| 91 | textclassifier.smartselection.nl.model \ |
| 92 | textclassifier.smartselection.pl.model \ |
| 93 | textclassifier.smartselection.pt.model \ |
| 94 | textclassifier.smartselection.ru.model \ |
| 95 | textclassifier.smartselection.tr.model \ |
| 96 | textclassifier.smartselection.zh.model \ |
| 97 | textclassifier.smartselection.zh-Hant.model |
| 98 | |
maxwen | 018c202 | 2018-01-17 01:51:25 +0100 | [diff] [blame] | 99 | PRODUCT_PACKAGES += \ |
| 100 | Launcher3Dark |
| 101 | |
maxwen | 168f45c | 2017-10-10 19:09:07 +0200 | [diff] [blame] | 102 | # for fun |
maxwen | 2beadc1 | 2018-03-15 01:42:23 -0400 | [diff] [blame] | 103 | PRODUCT_PACKAGES += \ |
| 104 | EggGame |
| 105 | |
| 106 | PRODUCT_PACKAGES += \ |
| 107 | ExtraFonts |