summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-11-22 07:54:43 -0600
committerVishal Mahaveer <vishalm@ti.com>2017-12-12 10:36:53 -0600
commitbb52b0b3590c7f169182400bf6fc436278a07bce (patch)
tree7bcae1f84ca1c7e4749a60c8616ad38e8225d715
parent9c40f543daf390ce9f894b1379ed6a2a8afe45d7 (diff)
downloadjacinto6evm-d-oreo-mr1-release.tar.gz
jacinto6evm: Initial changes for O MR1d-oreo-mr1-release
- 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>
-rw-r--r--device.mk5
-rw-r--r--manifest.xml18
2 files changed, 21 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 1ba9e84..ddcf560 100644
--- a/device.mk
+++ b/device.mk
@@ -27,6 +27,7 @@ USE_XML_AUDIO_POLICY_CONF := 1
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 @@ PRODUCT_CHARACTERISTICS := tablet,nosdcard
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>