summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-12-19 12:52:52 -0600
committerPraneeth Bajjuri2017-12-19 12:52:52 -0600
commit50cf8c4fe9006a95e7cb89292168c355a289ce09 (patch)
tree864e3e57b9d06855edee1baf5d7966676284fcf6
parent7c44ae1f007b6b8bea998d2d966aa730d6f45429 (diff)
downloaddevice-ti-am57xevm-50cf8c4fe9006a95e7cb89292168c355a289ce09.tar.gz
device-ti-am57xevm-50cf8c4fe9006a95e7cb89292168c355a289ce09.tar.xz
device-ti-am57xevm-50cf8c4fe9006a95e7cb89292168c355a289ce09.zip
am57xevm: 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: Praneeth Bajjuri <praneeth@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 d795ad5..6a5aabf 100644
--- a/device.mk
+++ b/device.mk
@@ -27,6 +27,7 @@ USE_XML_AUDIO_POLICY_CONF := 1
27 27
28PRODUCT_PACKAGES += \ 28PRODUCT_PACKAGES += \
29 vehicle.default \ 29 vehicle.default \
30 android.hardware.automotive.vehicle@2.0-service \
30 android.hardware.wifi@1.0-service \ 31 android.hardware.wifi@1.0-service \
31 android.hardware.graphics.allocator@2.0-impl \ 32 android.hardware.graphics.allocator@2.0-impl \
32 android.hardware.graphics.allocator@2.0-service \ 33 android.hardware.graphics.allocator@2.0-service \
@@ -122,8 +123,8 @@ PRODUCT_CHARACTERISTICS := tablet,nosdcard
122DEVICE_PACKAGE_OVERLAYS := \ 123DEVICE_PACKAGE_OVERLAYS := \
123 device/ti/am57xevm/overlay 124 device/ti/am57xevm/overlay
124 125
125PRODUCT_ENFORCE_RRO_TARGETS := \ 126#PRODUCT_ENFORCE_RRO_TARGETS := \
126 framework-res 127# framework-res
127 128
128PRODUCT_PACKAGES += \ 129PRODUCT_PACKAGES += \
129 com.android.future.usb.accessory 130 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 @@
35 <instance>legacy/0</instance> 35 <instance>legacy/0</instance>
36 </interface> 36 </interface>
37 </hal> 37 </hal>
38 <hal format="hidl">
39 <name>android.hardware.configstore</name>
40 <transport>hwbinder</transport>
41 <version>1.0</version>
42 <interface>
43 <name>ISurfaceFlingerConfigs</name>
44 <instance>default</instance>
45 </interface>
46 </hal>
47 <hal format="hidl">
48 <name>android.hardware.automotive.vehicle</name>
49 <transport>hwbinder</transport>
50 <version>2.0</version>
51 <interface>
52 <name>IVehicle</name>
53 <instance>default</instance>
54 </interface>
55 </hal>
38</manifest> 56</manifest>