Remove android.car.Car from the preloaded-classes-denylist.
This class is used by the CarService, which is a system service that is always running on Android Automotive devices, but not for phones.
Bug: 254051423
Bug: 377482680
Change-Id: I19bf0ce4dcf1b2b72e92a8f7b3064073e1d2d1dd
Test: m
diff --git a/config/preloaded-classes-denylist b/config/preloaded-classes-denylist
index 88b9c05..16f0693 100644
--- a/config/preloaded-classes-denylist
+++ b/config/preloaded-classes-denylist
@@ -1,4 +1,3 @@
-android.car.Car
android.content.AsyncTaskLoader$LoadTask
android.media.MediaCodecInfo$CodecCapabilities$FeatureList
android.net.ConnectivityThread$Singleton
@@ -14,4 +13,4 @@
gov.nist.core.net.DefaultNetworkLayer
java.util.concurrent.ThreadLocalRandom
java.util.ImmutableCollections
-sun.nio.fs.UnixChannelFactory
\ No newline at end of file
+sun.nio.fs.UnixChannelFactory