From 623b8f74f19969c4947f16b1452179f7cf223b33 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 4 Jun 2023 15:22:53 -0600 Subject: [PATCH] Remove deprecated files --- lineage-android-build-files/README.md | 7 ------- lineage-android-build-files/product.mk | 1 - lineage-android-build-files/product.prop | 1 - 3 files changed, 9 deletions(-) delete mode 100644 lineage-android-build-files/README.md delete mode 100644 lineage-android-build-files/product.mk delete mode 100644 lineage-android-build-files/product.prop diff --git a/lineage-android-build-files/README.md b/lineage-android-build-files/README.md deleted file mode 100644 index 3deec17..0000000 --- a/lineage-android-build-files/README.md +++ /dev/null @@ -1,7 +0,0 @@ -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. \ No newline at end of file diff --git a/lineage-android-build-files/product.mk b/lineage-android-build-files/product.mk deleted file mode 100644 index 69bfa60..0000000 --- a/lineage-android-build-files/product.mk +++ /dev/null @@ -1 +0,0 @@ -TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop diff --git a/lineage-android-build-files/product.prop b/lineage-android-build-files/product.prop deleted file mode 100644 index 282588b..0000000 --- a/lineage-android-build-files/product.prop +++ /dev/null @@ -1 +0,0 @@ -lineage.updater.uri=https://lineage-ota.deadbeef.codes \ No newline at end of file