[RESTRICT AUTOMERGE] Create TimeHalService in CarServices.

This Service registers a BroadcastReceiver for Intent.ACTION_TIME_CHANGED, and writes an update to
VHAL Property EPOCH_TIME, if supported by the VHAL.

Bug: 202377994
Bug: 157504928
Test: atest CarServiceUnitTest:TimeHalServiceTest
Change-Id: Ide99a1c1d8847cef33d7ea13d46ac2073229aff3
diff --git a/car-test-lib/Android.bp b/car-test-lib/Android.bp
index bb72590..bad376e 100644
--- a/car-test-lib/Android.bp
+++ b/car-test-lib/Android.bp
@@ -48,5 +48,6 @@
         "android.hardware.automotive.vehicle-V2.0-java",
         "mockito-target-extended",
         "compatibility-device-util-axt",
+        "android.test.mock",
     ],
 }