Allow early start of CarService.

Bug: 28620395
Change-Id: Ib9e841e702020f0c4a81e3189e3485ad54bc14fb
diff --git a/service/AndroidManifest.xml b/service/AndroidManifest.xml
index 73dd518..24410e9 100644
--- a/service/AndroidManifest.xml
+++ b/service/AndroidManifest.xml
@@ -98,6 +98,7 @@
     <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
 
     <application android:label="Car service"
+            android:directBootAware="true"
             android:allowBackup="false"
 	    android:persistent="true">