lineageos-ota-server/lineage-android-build-files/README.md
Steven Polley a7c8db338c
All checks were successful
continuous-integration/drone/push Build is passing
clarify readme for build files
2023-06-03 23:25:28 -06:00

7 lines
560 B
Markdown

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.