Revert "zenfone8: Fix hal_health_default get system.prop"

This reverts commit f2b513fe5ccf1311eba61b6851c0b86d538f8ac0.

Change-Id: Ie219d5d3ab63671ce603cb82b42619bf6ccd8976
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7d262d7..a951ffe 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -84,7 +84,6 @@
 BUILD_BROKEN_DUP_RULES := true
 BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
 BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
-BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
 
 # charger
 BOARD_CHARGER_DISABLE_INIT_BLANK := true
diff --git a/sepolicy/vendor/hal_health_default.te b/sepolicy/vendor/hal_health_default.te
deleted file mode 100644
index 285951b..0000000
--- a/sepolicy/vendor/hal_health_default.te
+++ /dev/null
@@ -1 +0,0 @@
-get_prop(hal_health_default, vendor_health_prop)
diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te
index 9250d49..c222034 100644
--- a/sepolicy/vendor/property.te
+++ b/sepolicy/vendor/property.te
@@ -10,9 +10,6 @@
 # GPS
 vendor_internal_prop(vendor_gps_prop)
 
-# Health
-system_vendor_config_prop(vendor_health_prop)
-
 # NFC
 vendor_internal_prop(vendor_nfc_prop)
 
diff --git a/sepolicy/vendor/property_contexts b/sepolicy/vendor/property_contexts
index c8033bb..4136aae 100644
--- a/sepolicy/vendor/property_contexts
+++ b/sepolicy/vendor/property_contexts
@@ -32,9 +32,6 @@
 persist.vendor.asus.gps.     u:object_r:vendor_gps_prop:s0
 vendor.gps.                  u:object_r:vendor_gps_prop:s0
 
-# Health
-sys.health.healthloop.disable       u:object_r:vendor_health_prop:s0
-
 # NFC
 persist.vendor.nfc.                 u:object_r:vendor_nfc_prop:s0