Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_samsung_exynos7870-common
Commits
f30c7ccf
Commit
f30c7ccf
authored
Jun 11, 2021
by
steadfasterX
Browse files
j5y17lte: board: do not set OTA on official builds
parent
37572f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
device-common.mk
View file @
f30c7ccf
...
...
@@ -302,9 +302,15 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_COPY_FILES
+=
\
$(LOCAL_PATH)
/configs/ld.config.txt_swcodec:
$(TARGET_COPY_OUT_SYSTEM)
/etc/swcodec/ld.config.txt
# custom OTA server
# custom OTA server (when not an official build)
ifeq
($(LINEAGE_BUILDTYPE),"UNOFFICIAL")
PRODUCT_PROPERTY_OVERRIDES
+=
\
lineage.updater.uri
=
http://sfxota.binbash.rocks:8009/e-os/a10/api/v1/
{
device
}
/
{
type
}
/
{
incr
}
endif
ifeq
($(LINEAGE_BUILDTYPE),"CUSTOM")
PRODUCT_PROPERTY_OVERRIDES
+=
\
lineage.updater.uri
=
http://sfxota.binbash.rocks:8009/e-os/a10/api/v1/
{
device
}
/
{
type
}
/
{
incr
}
endif
# call the proprietary setup
$(call
inherit-product,
vendor/samsung/universal7870-common/universal7870-common-vendor.mk)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment