From: mauronofrio matarrese Date: Thu, 30 May 2019 05:46:26 +0000 (+0200) Subject: Updating security patch X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d720ceb38dfb98d747e476a30921ed7b546ed16c;p=GitHub%2Fmoto-9609%2Ftwrp_device_motorola_troika.git Updating security patch --- diff --git a/BoardConfig.mk b/BoardConfig.mk index aa46766..2542699 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -122,7 +122,7 @@ AB_OTA_PARTITIONS += \ dtbo # Encryption -PLATFORM_SECURITY_PATCH := 2025-12-31 +PLATFORM_SECURITY_PATCH := 2099-12-31 TW_INCLUDE_CRYPTO := true TW_INCLUDE_CRYPTO_FBE := true TW_INCLUDE_FBE_METADATA_DECRYPT := true diff --git a/omni_guacamole.mk b/omni_guacamole.mk index 6ee5535..4efb5b4 100644 --- a/omni_guacamole.mk +++ b/omni_guacamole.mk @@ -36,3 +36,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=OnePlus7Pro \ BUILD_PRODUCT=OnePlus7Pro \ TARGET_DEVICE=OnePlus7Pro + +# HACK: Set vendor patch level +PRODUCT_PROPERTY_OVERRIDES += \ + ro.vendor.build.security_patch=2099-12-31 \ No newline at end of file diff --git a/system.prop b/system.prop index a96a9c8..65bb76a 100644 --- a/system.prop +++ b/system.prop @@ -2,5 +2,5 @@ ro.display.series=OnePlus 7 Pro ro.product.board=msmnile ro.board.platform=msmnile ro.build.version.release=9 -ro.build.version.security_patch=2025-12-31 +ro.build.version.security_patch=2099-12-31 vendor.gatekeeper.disable_spu=true