summaryrefslogtreecommitdiff
path: root/emulator/vhal_v2_0
diff options
context:
space:
mode:
authorYu Shan <shanyu@google.com>2023-01-05 17:43:42 -0800
committerYu Shan <shanyu@google.com>2023-01-12 17:19:11 -0800
commite2422827d2c9c6eade06fd2d53b3dc5211305566 (patch)
treef4001aaf4f1a8934b22e8d48cfcfed1040923c59 /emulator/vhal_v2_0
parent4a5e021561d49a09061606c181b2e9dc80fca57a (diff)
downloadcar-e2422827d2c9c6eade06fd2d53b3dc5211305566.tar.gz
Update VHAL dep after split
Update VHAL dependency after split. Test: Manual build Bug: 264600792 Change-Id: I7a6879e69193a8dd92adaaa338fda25bdf7ca2b2
Diffstat (limited to 'emulator/vhal_v2_0')
-rw-r--r--emulator/vhal_v2_0/interfaces/aidl/Android.bp8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulator/vhal_v2_0/interfaces/aidl/Android.bp b/emulator/vhal_v2_0/interfaces/aidl/Android.bp
index 7fefa08..9d59cd2 100644
--- a/emulator/vhal_v2_0/interfaces/aidl/Android.bp
+++ b/emulator/vhal_v2_0/interfaces/aidl/Android.bp
@@ -14,7 +14,8 @@ aidl_interface {
vendor_available: true,
srcs: ["device/generic/car/emulator/*.aidl"],
imports: [
- "android.hardware.automotive.vehicle-V1",
+ "android.hardware.automotive.vehicle-V2",
+ "android.hardware.automotive.vehicle.property-V2",
],
stability: "vintf",
backend: {
@@ -31,7 +32,10 @@ aidl_interface {
versions_with_info: [
{
version: "1",
- imports: ["android.hardware.automotive.vehicle-V2"],
+ imports: [
+ "android.hardware.automotive.vehicle-V2",
+ "android.hardware.automotive.vehicle.property-V2",
+ ],
},
],