Remove demo HVAC property in favor of using the emulated VHAL.

The use of this feature is redundant with the emulated VHAL. It is also HVAC specific which does not align well with the future design of accessing car properties. When testing/mocking for a specific property is needed, it is preferable that this is injected at a lower level.

Bug: 110105682

Test: build and deploy
Change-Id: Ie2fc212984e66eadd9d72a193493e4e0d7e7d972
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index 47ad1a2..6d47f4c 100644
--- a/shared/auto/device.mk
+++ b/shared/auto/device.mk
@@ -52,9 +52,6 @@
     frameworks/native/data/etc/android.hardware.broadcastradio.xml:system/etc/permissions/android.hardware.broadcastradio.xml
 
 PRODUCT_PROPERTY_OVERRIDES += \
-    android.car.hvac.demo=true
-
-PRODUCT_PROPERTY_OVERRIDES += \
     keyguard.no_require_sim=true \
     rild.libpath=libvsoc-ril.so \
     ro.cdma.home.operator.alpha=Android \