jacinto6evm: Initial changes for O MR1

- RRO feature results in build break, disbaling for now.
- Automotive vehicle service needs to be added explicitly to product

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
diff --git a/device.mk b/device.mk
index 1ba9e84..ddcf560 100644
--- a/device.mk
+++ b/device.mk
@@ -27,6 +27,7 @@
 
 PRODUCT_PACKAGES += \
    vehicle.default \
+   android.hardware.automotive.vehicle@2.0-service \
    android.hardware.wifi@1.0-service \
    android.hardware.graphics.allocator@2.0-impl \
    android.hardware.graphics.allocator@2.0-service \
@@ -120,8 +121,8 @@
 DEVICE_PACKAGE_OVERLAYS := \
 	device/ti/jacinto6evm/overlay
 
-PRODUCT_ENFORCE_RRO_TARGETS := \
-	framework-res
+#PRODUCT_ENFORCE_RRO_TARGETS := \
+#	framework-res
 
 PRODUCT_PACKAGES += \
 	com.android.future.usb.accessory
diff --git a/manifest.xml b/manifest.xml
index 73e0644..03a8aec 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -35,4 +35,22 @@
             <instance>legacy/0</instance>
         </interface>
     </hal>
+    <hal format="hidl">
+        <name>android.hardware.configstore</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>ISurfaceFlingerConfigs</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hardware.automotive.vehicle</name>
+        <transport>hwbinder</transport>
+        <version>2.0</version>
+        <interface>
+            <name>IVehicle</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
 </manifest>