-
Notifications
You must be signed in to change notification settings - Fork 8
ENABLE_EXTENDROM
steadfasterX edited this page Aug 17, 2023
·
2 revisions
State | Branch | Supported Android version(s) | Tested on |
---|---|---|---|
STABLE |
main |
A9, A10, A11, A12, A13 |
A9, A10, A11, A12, A13 |
flag | values | meaning | where to configure |
---|---|---|---|
ENABLE_EXTENDROM | can be unset, true or false
|
must be true to activate using vendor/extendrom |
device/<vendor>/<model>/vendorsetup.sh or device/<vendor>/<model>/<any>.mk
|
This actually enables extendrom. Even when included in your device.mk this flag must be set to true
to actually activate extendrom. This ensures that you can easily switch and control wehter you want to use extendrom or not - while keeping all other config flags intact.