Uses the local KeyGuard animation.

To resolve TaskView misalignment issue after display off and on.

Bug: 206869018
Test: Check if Maps in TaskView is in position after display off and on.
Change-Id: I7b434730569af2e560b199582c58ac3f5434c6d0
diff --git a/car_product/build/car.mk b/car_product/build/car.mk
index 7700cca..6ab27a6 100644
--- a/car_product/build/car.mk
+++ b/car_product/build/car.mk
@@ -107,6 +107,11 @@
 PRODUCT_PROPERTY_OVERRIDES += \
     keyguard.no_require_sim=true
 
+# TODO(b/205189147): Remove the following change after the proper fix is landed.
+# Uses the local KeyGuard animation to resolve TaskView misalignment issue after display-on.
+PRODUCT_SYSTEM_PROPERTIES += \
+    persist.wm.enable_remote_keyguard_animation=0
+
 # Automotive specific packages
 PRODUCT_PACKAGES += \
     CarFrameworkPackageStubs \