From a7c8db338cf22ed186b4dd0ff5ed4e9b96c1ab91 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 3 Jun 2023 23:25:28 -0600 Subject: [PATCH] clarify readme for build files --- lineage-android-build-files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage-android-build-files/README.md b/lineage-android-build-files/README.md index f72168e..3deec17 100644 --- a/lineage-android-build-files/README.md +++ b/lineage-android-build-files/README.md @@ -1,4 +1,4 @@ -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. +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.