Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c5c7f52 authored by Sooraj S's avatar Sooraj S 👽
Browse files

Enable insecure boot and test ota server prop

parent 3336412c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -28,3 +28,12 @@ ADDITIONAL_BUILD_PROPERTIES += \
# LineageOS Platform Internal Version
ADDITIONAL_BUILD_PROPERTIES += \
    ro.lineage.build.version.plat.rev=$(LINEAGE_PLATFORM_REV)

# Insecure boot
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=0
ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=1

# LineageOS Platform Internal Version
ADDITIONAL_BUILD_PROPERTIES += \
    lineage.updater.uri=https://test.ota.ecloud.global/api/v1/{device}/{type}/{incr}
 No newline at end of file