From 06976310c0fe99784d540222a98f669f10d0ab2c Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Wed, 31 May 2023 05:53:47 -0400 Subject: [PATCH] FP3: Disable Android Rescue Party Signed-off-by: Jackeagle --- BoardConfig.mk | 3 ++- vendor.prop | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index b6bb0190..fc8f4115 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -222,10 +222,11 @@ TARGET_MOUNT_POINTS_SYMLINKS := false # Platform - UM_3_18_FAMILY TARGET_BOARD_PLATFORM := msm8953 - # Power TARGET_USES_INTERACTION_BOOST := true +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # QCOM hardware BOARD_USES_QCOM_HARDWARE := true diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 00000000..419b71d3 --- /dev/null +++ b/vendor.prop @@ -0,0 +1,2 @@ +# Rescue party +persist.sys.disable_rescue=true -- GitLab