Skip to content

Extendrom flags

steadfasterX edited this page Oct 4, 2023 · 9 revisions

Available flags

all flags HAVE TO be exported (i.e. export <FLAG>=<value>).
This can be done in your device/vendor/model/vendorsetup.sh or manually before executing extendrom.

Flag State Branch Description Configuration
ENABLE_EXTENDROM STABLE main Enable/Disable extendrom. You have to set this to enable any other flag mentioned here. see here
EXTENDROM_PACKAGES STABLE main define packages/apps to include/exclude see here
EXTENDROM_FDROID_REPOS STABLE main define F-droid repositories to include/exclude see here
EXTENDROM_PREROOT_BOOT STABLE main Pre-root with Magisk see here
EXTENDROM_BOOT_DEBUG STABLE main Enable a boot debugger see here
EXTENDROM_SIGNATURE_SPOOFING STABLE main Add signature spoofing support see here
EXTENDROM_SIGNING_PATCHES STABLE main Increase signing key sizes see here
Clone this wiki locally