blob: 5a9f59cdd4c3ea1aa9e1c94600b99d02c8e2ddff [file] [log] [blame]
Jackeagleaf1649b2019-07-20 05:04:32 -04001# Boot Animation
2PRODUCT_PACKAGES += \
3 bootanimation.zip
4
5# Extra tools
6PRODUCT_PACKAGES += \
7 7z \
8 awk \
9 bash \
10 bzip2 \
11 curl \
12 getcap \
13 htop \
14 lib7z \
15 libsepol \
16 pigz \
17 powertop \
18 setcap \
19 unrar \
20 unzip \
21 vim \
22 wget \
23 zip
Jackeagle772c3bf2019-10-07 02:01:09 -040024
Jackeagleaf1649b2019-07-20 05:04:32 -040025# Filesystems tools
26PRODUCT_PACKAGES += \
27 fsck.exfat \
28 fsck.ntfs \
29 mke2fs \
30 mkfs.exfat \
31 mkfs.ntfs \
32 mount.ntfs
33
34# Openssh
35PRODUCT_PACKAGES += \
36 scp \
37 sftp \
38 ssh \
39 sshd \
40 sshd_config \
41 ssh-keygen \
42 start-ssh
43
44# rsync
45PRODUCT_PACKAGES += \
46 rsync
47
Anushek Prasal02bdb1f2019-09-27 15:47:01 +053048# Overlays
49PRODUCT_PACKAGES += \
jhenrique095ad58462019-11-04 16:15:38 +000050 NexusLauncherReleaseOverlay \
Dynetevec10b2d22019-11-05 18:33:41 +020051 GooglePermissionControllerOverlay \
jhenrique095ad58462019-11-04 16:15:38 +000052 PixelDocumentsUIGoogleOverlay
Anushek Prasal02bdb1f2019-09-27 15:47:01 +053053
Jackeagleaf1649b2019-07-20 05:04:32 -040054# These packages are excluded from user builds
55PRODUCT_PACKAGES_DEBUG += \
Bruno Martins2c3e8c92019-10-07 12:12:25 +010056 procmem
Jackeagleaf1649b2019-07-20 05:04:32 -040057
58# Bliss Packages
59PRODUCT_PACKAGES += \
60 LatinIME \
rohandd5eb692019-10-09 11:19:33 +053061 DeskClock \
Jackeagle86766ef2019-09-18 13:48:07 -040062 ThemePicker \
Jackeaglea09e1c52019-09-19 15:03:29 +020063 BlissUpdater \
Jackeagle15034492019-09-24 06:53:05 -040064 BlissPapers \
Anushek Prasale924b952019-09-24 20:31:41 +053065 SettingsIntelligenceGooglePrebuilt \
66 NexusLauncherRelease \
jhenrique098e489c02019-11-05 18:33:41 +020067 NexusWallpapersStubPrebuilt2019Static \
Anushek Prasal5024a152019-09-28 01:14:50 +053068 GalleryGoPrebuilt \
Dyneteve321705d2019-12-20 00:55:26 +053069 PixelThemesStub2019 \
Jackeaglecfd7f6e2019-10-17 03:08:28 -040070 AboutBliss \
Jackeaglec1001772019-10-31 12:46:08 -040071 BlissStatistics \
72 Contacts \
jhenrique099c283e92019-09-09 21:26:18 -030073 SafetyHubPrebuilt \
pimpmaneaton9bdeb622019-11-20 20:02:09 -070074 Dialer \
75 OmniJaws \
76 OmniStyle
harsh-231161a762019-09-17 12:07:02 +020077
78# Accents
79PRODUCT_PACKAGES += \
80 AccentColorYellowOverlay \
81 AccentColorVioletOverlay \
82 AccentColorTealOverlay \
83 AccentColorRedOverlay \
84 AccentColorQGreenOverlay \
85 AccentColorPinkOverlay \
86 AccentColorLightPurpleOverlay \
87 AccentColorIndigoOverlay \
88 AccentColorFlatPinkOverlay \
89 AccentColorCyanOverlay \
90 AccentColorBlueGrayOverlay
pimpmaneaton9bdeb622019-11-20 20:02:09 -070091
92# OmniJaws Permission
93PRODUCT_COPY_FILES += \
94 vendor/bliss/config/permissions/org.omnirom.omnijaws.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/org.omnirom.omnijaws.xml
REV3NT3CH8ffd9152019-11-28 23:09:43 -080095
96# Bliss System Permission
97PRODUCT_COPY_FILES += \
98 vendor/bliss/config/permissions/privapp-permissions-bliss-system.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-bliss-system.xml