diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-06 03:34:33 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-06 03:34:33 +0300 |
commit | 01ac247f669da5359cb21b2746f59f16b7d9efdd (patch) | |
tree | 584921996664c7f22cd0a3383db647c331669dd3 /vendor/extra |
Diffstat (limited to 'vendor/extra')
-rw-r--r-- | vendor/extra/ota.prop | 1 | ||||
-rw-r--r-- | vendor/extra/product.mk | 3 |
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 |