mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
19d5b66097
- ASB chery picks - 16.0: recovery: fix sideload - Restore releasetools for some devices - Only include Backup where supported - Change some small defaults - z00t: 14.1 -> 15.1 - himaul: 14.1 -> 15.1 - i9100: 14.1 -> 15.1+16.0 - flo: 15.1 -> 16.0, disabled - flounder: 15.1 disabled, enable 14.1
33 lines
859 B
Makefile
33 lines
859 B
Makefile
# F-Droid
|
|
PRODUCT_PACKAGES += \
|
|
F-DroidOfficial \
|
|
F-DroidPrivilegedExtensionOfficial
|
|
|
|
# UnifiedNLP
|
|
PRODUCT_PACKAGES += \
|
|
UnifiedNLP \
|
|
DejaVuNlpBackend \
|
|
IchnaeaNlpBackend \
|
|
NominatimNlpBackend
|
|
|
|
# Replacements
|
|
PRODUCT_PACKAGES += \
|
|
FennecDOS \
|
|
OpenCamera \
|
|
Silence \
|
|
SimpleGallery \
|
|
VanillaMusic
|
|
|
|
# Others
|
|
PRODUCT_PACKAGES += \
|
|
LocalCalendar
|
|
|
|
# Notes
|
|
# - Available (via PrebuiltApps submodule): K9Mail, NetMonitor, OpenKeychain, Orbot, Shelter, TalkBack, TorBrowser
|
|
# - Camera Choices: None (Camera2/Snap), OpenCamera
|
|
# - Gallery Choices: None (AOSP/Lineage), CameraRoll, SimpleGallery
|
|
# - K-9 Mail Will be included after 5.8xx release
|
|
# - Net Monitor will be included after #58 is merged
|
|
# - OpenKeychain inclusion is undecided yet
|
|
# - Orbot/TorBrowser will most likely never be included due to various reasons
|