update readme for device-specific ota URLs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1f3209f55e
commit
2921f5a76f
@ -35,9 +35,9 @@ The recommended way is to include the configuration inside your build of the ROM
|
|||||||
Create new file /data/android/lineage/vendor/lineage/build/core/deadbeef-ota.mk
|
Create new file /data/android/lineage/vendor/lineage/build/core/deadbeef-ota.mk
|
||||||
|
|
||||||
```makefile
|
```makefile
|
||||||
# deadbeef.codes LineageOS OTA update server - replace with your own URL
|
# deadbeef.codes LineageOS OTA update server - replace with your own URL - example below may be parsed as https://lineageos-ota-bluejay.deadbeef.codes
|
||||||
ADDITIONAL_SYSTEM_PROPERTIES += \
|
ADDITIONAL_SYSTEM_PROPERTIES += \
|
||||||
lineage.updater.uri=https://lineageos-ota.deadbeef.codes
|
lineage.updater.uri=https://lineageos-ota-{device}.deadbeef.codes
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user