From 18bc4ae4a08dfee990648d1aad6f5aba61485d02 Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Thu, 1 Jun 2023 03:25:33 -0400 Subject: [PATCH] Revert "FP3: Disable Android Rescue Party" This reverts commit 06976310c0fe99784d540222a98f669f10d0ab2c. --- BoardConfig.mk | 3 +-- vendor.prop | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index fc8f4115..b6bb0190 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -222,11 +222,10 @@ 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 deleted file mode 100644 index 419b71d3..00000000 --- a/vendor.prop +++ /dev/null @@ -1,2 +0,0 @@ -# Rescue party -persist.sys.disable_rescue=true -- GitLab