-
Notifications
You must be signed in to change notification settings - Fork 8
EXTENDROM_FDROID_REPOS
steadfasterX edited this page Aug 17, 2023
·
3 revisions
State | Branch | Supported Android versions | Tested on [1] |
---|---|---|---|
STABLE |
main |
A9, A10, A11, A12, A13 |
A13 |
[1] will very likely work on lower and/or higher Android versions, too
flag | values | meaning | where to configure |
---|---|---|---|
EXTENDROM_PACKAGES |
must contain "additional_repos.xml " |
will add additional default F-Droid repositories |
device/<vendor>/<model>/vendorsetup.sh or device/<vendor>/<model>/<any>.mk
|
EXTENDROM_FDROID_REPOS |
can be set to any valid repo file name | will add additional specific F-Droid repositories |
device/<vendor>/<model>/vendorsetup.sh or device/<vendor>/<model>/<any>.mk
|
EXTENDROM_PACKAGES = additional_repos.xml
EXTENDROM_FDROID_REPOS = <name>
Valid values are all file names specified here.
additional_repos.xml
will be included by default so should not be used within EXTENDROM_FDROID_REPOS
again.
- N/A