Add automotive feature to exclude feature of "Device Suspend Test".

Android auto device don't support auto rotate feature.Add automotive
feature to exclude feature of "Device Suspend Test".
Bug: 34367838

Change-Id: I1b926eb426dd1a22de35c9252577b8ed12793b62
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index ddcfb10..981aec3 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1270,6 +1270,8 @@
                     android:value="android.hardware.type.television" />
             <meta-data android:name="test_excluded_features"
                     android:value="android.software.leanback" />
+            <meta-data android:name="test_excluded_features"
+                    android:value="android.hardware.type.automotive" />
         </activity>
 
         <receiver android:name="com.android.cts.verifier.sensors.DeviceSuspendTestActivity$AlarmReceiver">