DivestOS/Patches/Common/android_vendor_divested/packages.mk
Tad 96e3fc507c Disable FDroidPrivExt
It is broken by the sensors permission patchset:
org.fdroid.fdroid.installer.ApkVerifier$ApkPermissionUnequalException: Permissions in APK and index.xml do not match!
PackageParsing: ws.xsoh.etar: compat added android.permission.OTHER_SENSORS

Signed-off-by: Tad <tad@spotco.us>
2022-04-12 18:06:34 -04:00

26 lines
509 B
Makefile

# F-Droid
PRODUCT_PACKAGES += \
F-DroidOfficial
# F-DroidPrivilegedExtensionOfficial
# Replacements
PRODUCT_PACKAGES += \
EtarPrebuilt \
FennecDOS \
SimpleGallery
ifeq ($(findstring flox,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
OpenCamera
endif
# Extras
PRODUCT_PACKAGES += \
TalkBack \
SupportDivestOS
# Notes
# - Available (via PrebuiltApps submodule): eSpeakNG
# - Camera Choices: None (Camera2/Snap), OpenCamera
# - Gallery Choices: None (AOSP/Lineage), SimpleGallery