summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/extra/ota.prop1
-rw-r--r--vendor/extra/product.mk3
2 files changed, 4 insertions, 0 deletions
diff --git a/vendor/extra/ota.prop b/vendor/extra/ota.prop
new file mode 100644
index 0000000..2f54234
--- /dev/null
+++ b/vendor/extra/ota.prop
@@ -0,0 +1 @@
+lineage.updater.uri=https://lineageos-ota.ch1p.io/api/v1/{device}/{type}/{incr}
diff --git a/vendor/extra/product.mk b/vendor/extra/product.mk
new file mode 100644
index 0000000..7648941
--- /dev/null
+++ b/vendor/extra/product.mk
@@ -0,0 +1,3 @@
+MY_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
+
+TARGET_SYSTEM_PROP += $(MY_DIR)/ota.prop