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