diff --git a/BoardConfig.mk b/BoardConfig.mk index fc8f4115270398399081d778f54e2cb6a0b00a74..b6bb0190ea59782833fd6f40fbb231e665f7e06c 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 419b71d379d50094cd8e388e4fa6d02e1cf96467..0000000000000000000000000000000000000000 --- a/vendor.prop +++ /dev/null @@ -1,2 +0,0 @@ -# Rescue party -persist.sys.disable_rescue=true