Compare commits
2 Commits
261052147f
...
a7c8db338c
Author | SHA1 | Date | |
---|---|---|---|
a7c8db338c | |||
ceb72f9d65 |
7
lineage-android-build-files/README.md
Normal file
7
lineage-android-build-files/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
These files need to be deployed into your Android source code directory to ensure build.prop file on the device contains the correct URL for receiving OTA updates. This is to point the updated app at the OTA server you're hosting.
|
||||
|
||||
1. Create the directory lineage/vendor/extra
|
||||
2. Review and edit the contents of file product.prop to ensure the URL is what you want your device pointed to.
|
||||
3. Place the product.mk and product.prop files in this directory
|
||||
|
||||
The files will then be automatically read by the build system and patch build.prop with the updated URL.
|
1
lineage-android-build-files/product.mk
Normal file
1
lineage-android-build-files/product.mk
Normal file
@ -0,0 +1 @@
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
1
lineage-android-build-files/product.prop
Normal file
1
lineage-android-build-files/product.prop
Normal file
@ -0,0 +1 @@
|
||||
lineage.updater.uri=https://lineage-ota.deadbeef.codes
|
Loading…
x
Reference in New Issue
Block a user