diff --git a/automotive/Android.bp b/automotive/Android.bp new file mode 100644 index 0000000000..aa8f74fd4c --- /dev/null +++ b/automotive/Android.bp @@ -0,0 +1,5 @@ +// This is an autogenerated file, do not edit. +subdirs = [ + "vehicle", + "vehicle/2.0", +] diff --git a/automotive/vehicle/2.0/Android.bp b/automotive/vehicle/2.0/Android.bp new file mode 100644 index 0000000000..3f378f2e76 --- /dev/null +++ b/automotive/vehicle/2.0/Android.bp @@ -0,0 +1,175 @@ +// This file is autogenerated by hidl-gen. Do not edit manually. + +genrule { + name: "android.hardware.automotive.vehicle@2.0_genc++", + tools: ["hidl-gen"], + cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.cpp", + "android/hardware/automotive/vehicle/2.0/VehicleAll.cpp", + "android/hardware/automotive/vehicle/2.0/VehicleCallbackAll.cpp", + ], +} + +genrule { + name: "android.hardware.automotive.vehicle@2.0_genc++_headers", + tools: ["hidl-gen"], + cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.h", + "android/hardware/automotive/vehicle/2.0/IVehicle.h", + "android/hardware/automotive/vehicle/2.0/IHwVehicle.h", + "android/hardware/automotive/vehicle/2.0/BnHwVehicle.h", + "android/hardware/automotive/vehicle/2.0/BpHwVehicle.h", + "android/hardware/automotive/vehicle/2.0/BsVehicle.h", + "android/hardware/automotive/vehicle/2.0/IVehicleCallback.h", + "android/hardware/automotive/vehicle/2.0/IHwVehicleCallback.h", + "android/hardware/automotive/vehicle/2.0/BnHwVehicleCallback.h", + "android/hardware/automotive/vehicle/2.0/BpHwVehicleCallback.h", + "android/hardware/automotive/vehicle/2.0/BsVehicleCallback.h", + ], +} + +cc_library_shared { + name: "android.hardware.automotive.vehicle@2.0", + generated_sources: ["android.hardware.automotive.vehicle@2.0_genc++"], + generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"], + export_generated_headers: ["android.hardware.automotive.vehicle@2.0_genc++_headers"], + shared_libs: [ + "libhidlbase", + "libhidltransport", + "libhwbinder", + "liblog", + "libutils", + "libcutils", + "android.hidl.base@1.0", + ], + export_shared_lib_headers: [ + "libhidlbase", + "libhidltransport", + "libhwbinder", + "libutils", + "android.hidl.base@1.0", + ], +} + +genrule { + name: "android.hardware.automotive.vehicle.vts.driver@2.0_genc++", + tools: ["hidl-gen", "vtsc"], + cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/automotive/vehicle/2.0/ $(genDir)/android/hardware/automotive/vehicle/2.0/", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.vts.cpp", + "android/hardware/automotive/vehicle/2.0/Vehicle.vts.cpp", + "android/hardware/automotive/vehicle/2.0/VehicleCallback.vts.cpp", + ], +} + +genrule { + name: "android.hardware.automotive.vehicle.vts.driver@2.0_genc++_headers", + tools: ["hidl-gen", "vtsc"], + cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/automotive/vehicle/2.0/ $(genDir)/android/hardware/automotive/vehicle/2.0/", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.vts.h", + "android/hardware/automotive/vehicle/2.0/Vehicle.vts.h", + "android/hardware/automotive/vehicle/2.0/VehicleCallback.vts.h", + ], +} + +cc_library_shared { + name: "android.hardware.automotive.vehicle.vts.driver@2.0", + generated_sources: ["android.hardware.automotive.vehicle.vts.driver@2.0_genc++"], + generated_headers: ["android.hardware.automotive.vehicle.vts.driver@2.0_genc++_headers"], + export_generated_headers: ["android.hardware.automotive.vehicle.vts.driver@2.0_genc++_headers"], + shared_libs: [ + "libhidlbase", + "libhidltransport", + "libhwbinder", + "liblog", + "libutils", + "libcutils", + "libvts_common", + "libvts_datatype", + "libvts_measurement", + "libvts_multidevice_proto", + "libcamera_metadata", + "libprotobuf-cpp-full", + "android.hidl.base@1.0", + "android.hardware.automotive.vehicle@2.0", + ], + export_shared_lib_headers: [ + "libhidlbase", + "libhidltransport", + "libhwbinder", + "libutils", + "android.hidl.base@1.0", + ], +} + +genrule { + name: "android.hardware.automotive.vehicle@2.0-vts.profiler_genc++", + tools: ["hidl-gen", "vtsc"], + cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/automotive/vehicle/2.0/ $(genDir)/android/hardware/automotive/vehicle/2.0/", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.vts.cpp", + "android/hardware/automotive/vehicle/2.0/Vehicle.vts.cpp", + "android/hardware/automotive/vehicle/2.0/VehicleCallback.vts.cpp", + ], +} + +genrule { + name: "android.hardware.automotive.vehicle@2.0-vts.profiler_genc++_headers", + tools: ["hidl-gen", "vtsc"], + cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.automotive.vehicle@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/automotive/vehicle/2.0/ $(genDir)/android/hardware/automotive/vehicle/2.0/", + srcs: [ + "types.hal", + "IVehicle.hal", + "IVehicleCallback.hal", + ], + out: [ + "android/hardware/automotive/vehicle/2.0/types.vts.h", + "android/hardware/automotive/vehicle/2.0/Vehicle.vts.h", + "android/hardware/automotive/vehicle/2.0/VehicleCallback.vts.h", + ], +} + +cc_library_shared { + name: "android.hardware.automotive.vehicle@2.0-vts.profiler", + generated_sources: ["android.hardware.automotive.vehicle@2.0-vts.profiler_genc++"], + generated_headers: ["android.hardware.automotive.vehicle@2.0-vts.profiler_genc++_headers"], + export_generated_headers: ["android.hardware.automotive.vehicle@2.0-vts.profiler_genc++_headers"], + shared_libs: [ + "libbase", + "libhidlbase", + "libhidltransport", + "libvts_profiling", + "libvts_multidevice_proto", + "libprotobuf-cpp-full", + "android.hidl.base@1.0", + "android.hardware.automotive.vehicle@2.0", + ], +} diff --git a/vehicle/2.0/Android.mk b/automotive/vehicle/2.0/Android.mk similarity index 74% rename from vehicle/2.0/Android.mk rename to automotive/vehicle/2.0/Android.mk index 1f7fd71c4d..ca83918001 100644 --- a/vehicle/2.0/Android.mk +++ b/automotive/vehicle/2.0/Android.mk @@ -5,7 +5,7 @@ LOCAL_PATH := $(call my-dir) ################################################################################ include $(CLEAR_VARS) -LOCAL_MODULE := android.hardware.vehicle@2.0-java +LOCAL_MODULE := android.hardware.automotive.vehicle@2.0-java LOCAL_MODULE_CLASS := JAVA_LIBRARIES intermediates := $(local-generated-sources-dir) @@ -19,7 +19,7 @@ LOCAL_JAVA_LIBRARIES := \ # # Build types.hal (CommonIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/CommonIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/CommonIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -29,7 +29,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.CommonIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.CommonIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -38,7 +38,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (CompressionIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/CompressionIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/CompressionIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -48,7 +48,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.CompressionIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.CompressionIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -57,7 +57,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (FuelSystemStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/FuelSystemStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/FuelSystemStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -67,7 +67,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.FuelSystemStatus + android.hardware.automotive.vehicle@2.0::types.FuelSystemStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -76,7 +76,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (FuelType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/FuelType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/FuelType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -86,7 +86,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.FuelType + android.hardware.automotive.vehicle@2.0::types.FuelType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -95,7 +95,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (IgnitionMonitorKind) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IgnitionMonitorKind.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IgnitionMonitorKind.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -105,7 +105,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.IgnitionMonitorKind + android.hardware.automotive.vehicle@2.0::types.IgnitionMonitorKind $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -114,7 +114,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Obd2FloatSensorIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Obd2FloatSensorIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Obd2FloatSensorIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -124,7 +124,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Obd2FloatSensorIndex + android.hardware.automotive.vehicle@2.0::types.Obd2FloatSensorIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -133,7 +133,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Obd2IntegerSensorIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Obd2IntegerSensorIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Obd2IntegerSensorIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -143,7 +143,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Obd2IntegerSensorIndex + android.hardware.automotive.vehicle@2.0::types.Obd2IntegerSensorIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -152,7 +152,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SecondaryAirStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SecondaryAirStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SecondaryAirStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -162,7 +162,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SecondaryAirStatus + android.hardware.automotive.vehicle@2.0::types.SecondaryAirStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -171,7 +171,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SparkIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SparkIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SparkIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -181,7 +181,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SparkIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.SparkIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -190,7 +190,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (StatusCode) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/StatusCode.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/StatusCode.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -200,7 +200,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.StatusCode + android.hardware.automotive.vehicle@2.0::types.StatusCode $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -209,7 +209,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SubscribeFlags) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SubscribeFlags.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SubscribeFlags.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -219,7 +219,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SubscribeFlags + android.hardware.automotive.vehicle@2.0::types.SubscribeFlags $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -228,7 +228,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SubscribeOptions) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SubscribeOptions.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SubscribeOptions.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -238,7 +238,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SubscribeOptions + android.hardware.automotive.vehicle@2.0::types.SubscribeOptions $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -247,7 +247,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerBootupReason) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerBootupReason.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerBootupReason.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -257,7 +257,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerBootupReason + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerBootupReason $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -266,7 +266,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerSetState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerSetState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerSetState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -276,7 +276,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerSetState + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerSetState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -285,7 +285,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -295,7 +295,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerState + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -304,7 +304,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateConfigFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateConfigFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateConfigFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -314,7 +314,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateConfigFlag + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateConfigFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -323,7 +323,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -333,7 +333,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateIndex + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -342,7 +342,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateShutdownParam) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateShutdownParam.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateShutdownParam.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -352,7 +352,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateShutdownParam + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateShutdownParam $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -361,7 +361,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleArea) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleArea.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleArea.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -371,7 +371,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleArea + android.hardware.automotive.vehicle@2.0::types.VehicleArea $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -380,7 +380,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaConfig) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaConfig.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaConfig.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -390,7 +390,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaConfig + android.hardware.automotive.vehicle@2.0::types.VehicleAreaConfig $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -399,7 +399,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaDoor) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaDoor.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaDoor.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -409,7 +409,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaDoor + android.hardware.automotive.vehicle@2.0::types.VehicleAreaDoor $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -418,7 +418,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaMirror) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaMirror.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaMirror.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -428,7 +428,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaMirror + android.hardware.automotive.vehicle@2.0::types.VehicleAreaMirror $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -437,7 +437,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaSeat) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaSeat.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaSeat.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -447,7 +447,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaSeat + android.hardware.automotive.vehicle@2.0::types.VehicleAreaSeat $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -456,7 +456,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaWindow) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaWindow.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaWindow.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -466,7 +466,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaWindow + android.hardware.automotive.vehicle@2.0::types.VehicleAreaWindow $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -475,7 +475,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaZone) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaZone.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaZone.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -485,7 +485,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaZone + android.hardware.automotive.vehicle@2.0::types.VehicleAreaZone $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -494,7 +494,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioContextFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioContextFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioContextFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -504,7 +504,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioContextFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioContextFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -513,7 +513,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioExtFocusFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioExtFocusFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioExtFocusFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -523,7 +523,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioExtFocusFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioExtFocusFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -532,7 +532,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -542,7 +542,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -551,7 +551,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusRequest) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusRequest.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusRequest.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -561,7 +561,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusRequest + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusRequest $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -570,7 +570,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -580,7 +580,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusState + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -589,7 +589,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioHwVariantConfigFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioHwVariantConfigFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioHwVariantConfigFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -599,7 +599,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioHwVariantConfigFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioHwVariantConfigFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -608,7 +608,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioRoutingPolicyIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioRoutingPolicyIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioRoutingPolicyIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -618,7 +618,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioRoutingPolicyIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioRoutingPolicyIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -627,7 +627,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioStream) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioStream.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioStream.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -637,7 +637,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioStream + android.hardware.automotive.vehicle@2.0::types.VehicleAudioStream $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -646,7 +646,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioStreamFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioStreamFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioStreamFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -656,7 +656,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioStreamFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioStreamFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -665,7 +665,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeCapabilityFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeCapabilityFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeCapabilityFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -675,7 +675,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeCapabilityFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeCapabilityFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -684,7 +684,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -694,7 +694,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -703,7 +703,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeLimitIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeLimitIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeLimitIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -713,7 +713,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeLimitIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeLimitIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -722,7 +722,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -732,7 +732,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeState + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -741,7 +741,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleDisplay) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleDisplay.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleDisplay.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -751,7 +751,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleDisplay + android.hardware.automotive.vehicle@2.0::types.VehicleDisplay $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -760,7 +760,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleDrivingStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleDrivingStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleDrivingStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -770,7 +770,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleDrivingStatus + android.hardware.automotive.vehicle@2.0::types.VehicleDrivingStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -779,7 +779,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleGear) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleGear.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleGear.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -789,7 +789,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleGear + android.hardware.automotive.vehicle@2.0::types.VehicleGear $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -798,7 +798,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleHvacFanDirection) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleHvacFanDirection.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleHvacFanDirection.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -808,7 +808,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleHvacFanDirection + android.hardware.automotive.vehicle@2.0::types.VehicleHvacFanDirection $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -817,7 +817,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleHwKeyInputAction) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleHwKeyInputAction.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleHwKeyInputAction.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -827,7 +827,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleHwKeyInputAction + android.hardware.automotive.vehicle@2.0::types.VehicleHwKeyInputAction $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -836,7 +836,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleIgnitionState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleIgnitionState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleIgnitionState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -846,7 +846,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleIgnitionState + android.hardware.automotive.vehicle@2.0::types.VehicleIgnitionState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -855,7 +855,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleInstrumentClusterType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleInstrumentClusterType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleInstrumentClusterType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -865,7 +865,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleInstrumentClusterType + android.hardware.automotive.vehicle@2.0::types.VehicleInstrumentClusterType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -874,7 +874,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropConfig) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropConfig.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropConfig.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -884,7 +884,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropConfig + android.hardware.automotive.vehicle@2.0::types.VehiclePropConfig $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -893,7 +893,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropValue) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropValue.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropValue.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -903,7 +903,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropValue + android.hardware.automotive.vehicle@2.0::types.VehiclePropValue $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -912,7 +912,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleProperty) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleProperty.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleProperty.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -922,7 +922,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleProperty + android.hardware.automotive.vehicle@2.0::types.VehicleProperty $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -931,7 +931,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyAccess) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyAccess.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyAccess.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -941,7 +941,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyAccess + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyAccess $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -950,7 +950,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyChangeMode) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyChangeMode.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyChangeMode.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -960,7 +960,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyChangeMode + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyChangeMode $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -969,7 +969,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyGroup) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyGroup.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyGroup.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -979,7 +979,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyGroup + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyGroup $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -988,7 +988,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyOperation) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyOperation.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyOperation.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -998,7 +998,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyOperation + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyOperation $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1007,7 +1007,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1017,7 +1017,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyType + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1026,7 +1026,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleRadioConstants) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleRadioConstants.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleRadioConstants.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1036,7 +1036,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleRadioConstants + android.hardware.automotive.vehicle@2.0::types.VehicleRadioConstants $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1045,7 +1045,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleTurnSignal) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleTurnSignal.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleTurnSignal.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1055,7 +1055,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleTurnSignal + android.hardware.automotive.vehicle@2.0::types.VehicleTurnSignal $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1064,7 +1064,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleUnit) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleUnit.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleUnit.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1074,7 +1074,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleUnit + android.hardware.automotive.vehicle@2.0::types.VehicleUnit $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1083,7 +1083,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VmsMessageIntegerValuesIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VmsMessageIntegerValuesIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VmsMessageIntegerValuesIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1093,7 +1093,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VmsMessageIntegerValuesIndex + android.hardware.automotive.vehicle@2.0::types.VmsMessageIntegerValuesIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1102,7 +1102,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VmsMessageType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VmsMessageType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VmsMessageType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1112,7 +1112,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VmsMessageType + android.hardware.automotive.vehicle@2.0::types.VmsMessageType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1121,7 +1121,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Wheel) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Wheel.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Wheel.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1131,7 +1131,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Wheel + android.hardware.automotive.vehicle@2.0::types.Wheel $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1140,7 +1140,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build IVehicle.hal # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IVehicle.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IVehicle.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IVehicle.hal @@ -1154,7 +1154,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::IVehicle + android.hardware.automotive.vehicle@2.0::IVehicle $(GEN): $(LOCAL_PATH)/IVehicle.hal $(transform-generated-source) @@ -1163,7 +1163,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build IVehicleCallback.hal # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IVehicleCallback.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IVehicleCallback.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IVehicleCallback.hal @@ -1175,7 +1175,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::IVehicleCallback + android.hardware.automotive.vehicle@2.0::IVehicleCallback $(GEN): $(LOCAL_PATH)/IVehicleCallback.hal $(transform-generated-source) @@ -1186,7 +1186,7 @@ include $(BUILD_JAVA_LIBRARY) ################################################################################ include $(CLEAR_VARS) -LOCAL_MODULE := android.hardware.vehicle@2.0-java-static +LOCAL_MODULE := android.hardware.automotive.vehicle@2.0-java-static LOCAL_MODULE_CLASS := JAVA_LIBRARIES intermediates := $(local-generated-sources-dir) @@ -1200,7 +1200,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ # # Build types.hal (CommonIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/CommonIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/CommonIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1210,7 +1210,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.CommonIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.CommonIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1219,7 +1219,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (CompressionIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/CompressionIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/CompressionIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1229,7 +1229,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.CompressionIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.CompressionIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1238,7 +1238,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (FuelSystemStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/FuelSystemStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/FuelSystemStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1248,7 +1248,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.FuelSystemStatus + android.hardware.automotive.vehicle@2.0::types.FuelSystemStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1257,7 +1257,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (FuelType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/FuelType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/FuelType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1267,7 +1267,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.FuelType + android.hardware.automotive.vehicle@2.0::types.FuelType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1276,7 +1276,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (IgnitionMonitorKind) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IgnitionMonitorKind.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IgnitionMonitorKind.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1286,7 +1286,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.IgnitionMonitorKind + android.hardware.automotive.vehicle@2.0::types.IgnitionMonitorKind $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1295,7 +1295,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Obd2FloatSensorIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Obd2FloatSensorIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Obd2FloatSensorIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1305,7 +1305,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Obd2FloatSensorIndex + android.hardware.automotive.vehicle@2.0::types.Obd2FloatSensorIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1314,7 +1314,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Obd2IntegerSensorIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Obd2IntegerSensorIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Obd2IntegerSensorIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1324,7 +1324,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Obd2IntegerSensorIndex + android.hardware.automotive.vehicle@2.0::types.Obd2IntegerSensorIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1333,7 +1333,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SecondaryAirStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SecondaryAirStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SecondaryAirStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1343,7 +1343,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SecondaryAirStatus + android.hardware.automotive.vehicle@2.0::types.SecondaryAirStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1352,7 +1352,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SparkIgnitionMonitors) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SparkIgnitionMonitors.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SparkIgnitionMonitors.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1362,7 +1362,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SparkIgnitionMonitors + android.hardware.automotive.vehicle@2.0::types.SparkIgnitionMonitors $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1371,7 +1371,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (StatusCode) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/StatusCode.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/StatusCode.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1381,7 +1381,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.StatusCode + android.hardware.automotive.vehicle@2.0::types.StatusCode $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1390,7 +1390,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SubscribeFlags) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SubscribeFlags.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SubscribeFlags.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1400,7 +1400,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SubscribeFlags + android.hardware.automotive.vehicle@2.0::types.SubscribeFlags $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1409,7 +1409,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (SubscribeOptions) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/SubscribeOptions.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/SubscribeOptions.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1419,7 +1419,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.SubscribeOptions + android.hardware.automotive.vehicle@2.0::types.SubscribeOptions $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1428,7 +1428,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerBootupReason) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerBootupReason.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerBootupReason.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1438,7 +1438,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerBootupReason + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerBootupReason $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1447,7 +1447,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerSetState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerSetState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerSetState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1457,7 +1457,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerSetState + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerSetState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1466,7 +1466,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1476,7 +1476,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerState + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1485,7 +1485,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateConfigFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateConfigFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateConfigFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1495,7 +1495,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateConfigFlag + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateConfigFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1504,7 +1504,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1514,7 +1514,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateIndex + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1523,7 +1523,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleApPowerStateShutdownParam) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleApPowerStateShutdownParam.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleApPowerStateShutdownParam.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1533,7 +1533,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleApPowerStateShutdownParam + android.hardware.automotive.vehicle@2.0::types.VehicleApPowerStateShutdownParam $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1542,7 +1542,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleArea) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleArea.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleArea.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1552,7 +1552,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleArea + android.hardware.automotive.vehicle@2.0::types.VehicleArea $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1561,7 +1561,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaConfig) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaConfig.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaConfig.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1571,7 +1571,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaConfig + android.hardware.automotive.vehicle@2.0::types.VehicleAreaConfig $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1580,7 +1580,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaDoor) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaDoor.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaDoor.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1590,7 +1590,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaDoor + android.hardware.automotive.vehicle@2.0::types.VehicleAreaDoor $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1599,7 +1599,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaMirror) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaMirror.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaMirror.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1609,7 +1609,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaMirror + android.hardware.automotive.vehicle@2.0::types.VehicleAreaMirror $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1618,7 +1618,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaSeat) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaSeat.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaSeat.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1628,7 +1628,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaSeat + android.hardware.automotive.vehicle@2.0::types.VehicleAreaSeat $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1637,7 +1637,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaWindow) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaWindow.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaWindow.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1647,7 +1647,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaWindow + android.hardware.automotive.vehicle@2.0::types.VehicleAreaWindow $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1656,7 +1656,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAreaZone) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAreaZone.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAreaZone.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1666,7 +1666,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAreaZone + android.hardware.automotive.vehicle@2.0::types.VehicleAreaZone $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1675,7 +1675,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioContextFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioContextFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioContextFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1685,7 +1685,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioContextFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioContextFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1694,7 +1694,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioExtFocusFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioExtFocusFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioExtFocusFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1704,7 +1704,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioExtFocusFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioExtFocusFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1713,7 +1713,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1723,7 +1723,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1732,7 +1732,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusRequest) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusRequest.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusRequest.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1742,7 +1742,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusRequest + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusRequest $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1751,7 +1751,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioFocusState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioFocusState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioFocusState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1761,7 +1761,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioFocusState + android.hardware.automotive.vehicle@2.0::types.VehicleAudioFocusState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1770,7 +1770,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioHwVariantConfigFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioHwVariantConfigFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioHwVariantConfigFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1780,7 +1780,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioHwVariantConfigFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioHwVariantConfigFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1789,7 +1789,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioRoutingPolicyIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioRoutingPolicyIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioRoutingPolicyIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1799,7 +1799,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioRoutingPolicyIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioRoutingPolicyIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1808,7 +1808,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioStream) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioStream.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioStream.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1818,7 +1818,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioStream + android.hardware.automotive.vehicle@2.0::types.VehicleAudioStream $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1827,7 +1827,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioStreamFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioStreamFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioStreamFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1837,7 +1837,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioStreamFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioStreamFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1846,7 +1846,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeCapabilityFlag) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeCapabilityFlag.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeCapabilityFlag.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1856,7 +1856,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeCapabilityFlag + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeCapabilityFlag $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1865,7 +1865,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1875,7 +1875,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1884,7 +1884,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeLimitIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeLimitIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeLimitIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1894,7 +1894,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeLimitIndex + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeLimitIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1903,7 +1903,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleAudioVolumeState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleAudioVolumeState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleAudioVolumeState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1913,7 +1913,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleAudioVolumeState + android.hardware.automotive.vehicle@2.0::types.VehicleAudioVolumeState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1922,7 +1922,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleDisplay) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleDisplay.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleDisplay.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1932,7 +1932,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleDisplay + android.hardware.automotive.vehicle@2.0::types.VehicleDisplay $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1941,7 +1941,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleDrivingStatus) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleDrivingStatus.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleDrivingStatus.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1951,7 +1951,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleDrivingStatus + android.hardware.automotive.vehicle@2.0::types.VehicleDrivingStatus $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1960,7 +1960,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleGear) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleGear.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleGear.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1970,7 +1970,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleGear + android.hardware.automotive.vehicle@2.0::types.VehicleGear $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1979,7 +1979,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleHvacFanDirection) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleHvacFanDirection.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleHvacFanDirection.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -1989,7 +1989,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleHvacFanDirection + android.hardware.automotive.vehicle@2.0::types.VehicleHvacFanDirection $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -1998,7 +1998,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleHwKeyInputAction) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleHwKeyInputAction.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleHwKeyInputAction.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2008,7 +2008,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleHwKeyInputAction + android.hardware.automotive.vehicle@2.0::types.VehicleHwKeyInputAction $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2017,7 +2017,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleIgnitionState) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleIgnitionState.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleIgnitionState.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2027,7 +2027,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleIgnitionState + android.hardware.automotive.vehicle@2.0::types.VehicleIgnitionState $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2036,7 +2036,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleInstrumentClusterType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleInstrumentClusterType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleInstrumentClusterType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2046,7 +2046,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleInstrumentClusterType + android.hardware.automotive.vehicle@2.0::types.VehicleInstrumentClusterType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2055,7 +2055,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropConfig) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropConfig.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropConfig.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2065,7 +2065,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropConfig + android.hardware.automotive.vehicle@2.0::types.VehiclePropConfig $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2074,7 +2074,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropValue) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropValue.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropValue.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2084,7 +2084,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropValue + android.hardware.automotive.vehicle@2.0::types.VehiclePropValue $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2093,7 +2093,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleProperty) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleProperty.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleProperty.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2103,7 +2103,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleProperty + android.hardware.automotive.vehicle@2.0::types.VehicleProperty $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2112,7 +2112,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyAccess) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyAccess.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyAccess.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2122,7 +2122,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyAccess + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyAccess $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2131,7 +2131,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyChangeMode) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyChangeMode.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyChangeMode.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2141,7 +2141,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyChangeMode + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyChangeMode $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2150,7 +2150,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyGroup) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyGroup.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyGroup.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2160,7 +2160,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyGroup + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyGroup $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2169,7 +2169,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyOperation) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyOperation.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyOperation.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2179,7 +2179,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyOperation + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyOperation $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2188,7 +2188,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehiclePropertyType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehiclePropertyType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehiclePropertyType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2198,7 +2198,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehiclePropertyType + android.hardware.automotive.vehicle@2.0::types.VehiclePropertyType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2207,7 +2207,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleRadioConstants) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleRadioConstants.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleRadioConstants.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2217,7 +2217,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleRadioConstants + android.hardware.automotive.vehicle@2.0::types.VehicleRadioConstants $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2226,7 +2226,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleTurnSignal) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleTurnSignal.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleTurnSignal.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2236,7 +2236,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleTurnSignal + android.hardware.automotive.vehicle@2.0::types.VehicleTurnSignal $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2245,7 +2245,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VehicleUnit) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VehicleUnit.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VehicleUnit.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2255,7 +2255,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VehicleUnit + android.hardware.automotive.vehicle@2.0::types.VehicleUnit $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2264,7 +2264,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VmsMessageIntegerValuesIndex) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VmsMessageIntegerValuesIndex.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VmsMessageIntegerValuesIndex.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2274,7 +2274,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VmsMessageIntegerValuesIndex + android.hardware.automotive.vehicle@2.0::types.VmsMessageIntegerValuesIndex $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2283,7 +2283,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (VmsMessageType) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/VmsMessageType.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/VmsMessageType.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2293,7 +2293,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.VmsMessageType + android.hardware.automotive.vehicle@2.0::types.VmsMessageType $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2302,7 +2302,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build types.hal (Wheel) # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/Wheel.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/Wheel.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal @@ -2312,7 +2312,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::types.Wheel + android.hardware.automotive.vehicle@2.0::types.Wheel $(GEN): $(LOCAL_PATH)/types.hal $(transform-generated-source) @@ -2321,7 +2321,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build IVehicle.hal # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IVehicle.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IVehicle.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IVehicle.hal @@ -2335,7 +2335,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::IVehicle + android.hardware.automotive.vehicle@2.0::IVehicle $(GEN): $(LOCAL_PATH)/IVehicle.hal $(transform-generated-source) @@ -2344,7 +2344,7 @@ LOCAL_GENERATED_SOURCES += $(GEN) # # Build IVehicleCallback.hal # -GEN := $(intermediates)/android/hardware/vehicle/V2_0/IVehicleCallback.java +GEN := $(intermediates)/android/hardware/automotive/vehicle/V2_0/IVehicleCallback.java $(GEN): $(HIDL) $(GEN): PRIVATE_HIDL := $(HIDL) $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IVehicleCallback.hal @@ -2356,7 +2356,7 @@ $(GEN): PRIVATE_CUSTOM_TOOL = \ -Ljava \ -randroid.hardware:hardware/interfaces \ -randroid.hidl:system/libhidl/transport \ - android.hardware.vehicle@2.0::IVehicleCallback + android.hardware.automotive.vehicle@2.0::IVehicleCallback $(GEN): $(LOCAL_PATH)/IVehicleCallback.hal $(transform-generated-source) diff --git a/vehicle/2.0/IVehicle.hal b/automotive/vehicle/2.0/IVehicle.hal similarity index 98% rename from vehicle/2.0/IVehicle.hal rename to automotive/vehicle/2.0/IVehicle.hal index dc13089f0a..5de416f32f 100644 --- a/vehicle/2.0/IVehicle.hal +++ b/automotive/vehicle/2.0/IVehicle.hal @@ -14,7 +14,7 @@ * limitations under the License. */ -package android.hardware.vehicle@2.0; +package android.hardware.automotive.vehicle@2.0; import IVehicleCallback; diff --git a/vehicle/2.0/IVehicleCallback.hal b/automotive/vehicle/2.0/IVehicleCallback.hal similarity index 97% rename from vehicle/2.0/IVehicleCallback.hal rename to automotive/vehicle/2.0/IVehicleCallback.hal index eb626ff38b..167e5e1249 100644 --- a/vehicle/2.0/IVehicleCallback.hal +++ b/automotive/vehicle/2.0/IVehicleCallback.hal @@ -14,7 +14,7 @@ * limitations under the License. */ -package android.hardware.vehicle@2.0; +package android.hardware.automotive.vehicle@2.0; interface IVehicleCallback { diff --git a/vehicle/2.0/default/Android.mk b/automotive/vehicle/2.0/default/Android.mk similarity index 97% rename from vehicle/2.0/default/Android.mk rename to automotive/vehicle/2.0/default/Android.mk index 9c75006fc8..a346507d0a 100644 --- a/vehicle/2.0/default/Android.mk +++ b/automotive/vehicle/2.0/default/Android.mk @@ -14,7 +14,7 @@ LOCAL_PATH := $(call my-dir) -module_prefix = android.hardware.vehicle@2.0 +module_prefix = android.hardware.automotive.vehicle@2.0 ############################################################################### # Vehicle reference implementation lib @@ -115,6 +115,6 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ liblog \ libutils \ - android.hardware.vehicle@2.0 + $(module_prefix) \ include $(BUILD_EXECUTABLE) diff --git a/vehicle/2.0/default/VehicleHal.h b/automotive/vehicle/2.0/default/VehicleHal.h similarity index 92% rename from vehicle/2.0/default/VehicleHal.h rename to automotive/vehicle/2.0/default/VehicleHal.h index c882defc28..76df5b81e8 100644 --- a/vehicle/2.0/default/VehicleHal.h +++ b/automotive/vehicle/2.0/default/VehicleHal.h @@ -14,15 +14,16 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_VehicleHal_H_ -#define android_hardware_vehicle_V2_0_VehicleHal_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehicleHal_H +#define android_hardware_automotive_vehicle_V2_0_VehicleHal_H -#include +#include #include "vehicle_hal_manager/VehicleObjectPool.h" namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -108,7 +109,8 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif //android_hardware_vehicle_V2_0_VehicleHal_H_ +#endif //android_hardware_automotive_vehicle_V2_0_VehicleHal_H_ diff --git a/vehicle/2.0/default/VehicleService.cpp b/automotive/vehicle/2.0/default/VehicleService.cpp similarity index 91% rename from vehicle/2.0/default/VehicleService.cpp rename to automotive/vehicle/2.0/default/VehicleService.cpp index 493df74f2c..345dbccb0b 100644 --- a/vehicle/2.0/default/VehicleService.cpp +++ b/automotive/vehicle/2.0/default/VehicleService.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-service" +#define LOG_TAG "automotive.vehicle@2.0-service" #include #include @@ -26,7 +26,7 @@ using namespace android; using namespace android::hardware; -using namespace android::hardware::vehicle::V2_0; +using namespace android::hardware::automotive::vehicle::V2_0; int main(int /* argc */, char* /* argv */ []) { auto hal = std::make_unique(); diff --git a/automotive/vehicle/2.0/default/android.hardware.automotive.vehicle@2.0-service.rc b/automotive/vehicle/2.0/default/android.hardware.automotive.vehicle@2.0-service.rc new file mode 100644 index 0000000000..344a9844f3 --- /dev/null +++ b/automotive/vehicle/2.0/default/android.hardware.automotive.vehicle@2.0-service.rc @@ -0,0 +1,4 @@ +service vehicle-hal-2.0 /system/bin/hw/android.hardware.automotive.vehicle@2.0-service + class hal + user vehicle_network + group system diff --git a/vehicle/2.0/default/impl/DefaultConfig.h b/automotive/vehicle/2.0/default/impl/DefaultConfig.h similarity index 94% rename from vehicle/2.0/default/impl/DefaultConfig.h rename to automotive/vehicle/2.0/default/impl/DefaultConfig.h index c74ddc006c..270bf8c712 100644 --- a/vehicle/2.0/default/impl/DefaultConfig.h +++ b/automotive/vehicle/2.0/default/impl/DefaultConfig.h @@ -14,14 +14,15 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_impl_DefaultConfig_H_ -#define android_hardware_vehicle_V2_0_impl_DefaultConfig_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_impl_DefaultConfig_H_ +#define android_hardware_automotive_vehicle_V2_0_impl_DefaultConfig_H_ -#include +#include #include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -180,7 +181,8 @@ const VehiclePropConfig kVehicleProperties[] = { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_impl_DefaultConfig_H_ +#endif // android_hardware_automotive_vehicle_V2_0_impl_DefaultConfig_H_ diff --git a/vehicle/2.0/default/impl/DefaultVehicleHal.cpp b/automotive/vehicle/2.0/default/impl/DefaultVehicleHal.cpp similarity index 99% rename from vehicle/2.0/default/impl/DefaultVehicleHal.cpp rename to automotive/vehicle/2.0/default/impl/DefaultVehicleHal.cpp index c90dbcef67..1c26759a3a 100644 --- a/vehicle/2.0/default/impl/DefaultVehicleHal.cpp +++ b/automotive/vehicle/2.0/default/impl/DefaultVehicleHal.cpp @@ -23,6 +23,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -317,5 +318,6 @@ StatusCode DefaultVehicleHal::fillObd2FreezeFrame(VehiclePropValuePtr* v) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/impl/DefaultVehicleHal.h b/automotive/vehicle/2.0/default/impl/DefaultVehicleHal.h similarity index 90% rename from vehicle/2.0/default/impl/DefaultVehicleHal.h rename to automotive/vehicle/2.0/default/impl/DefaultVehicleHal.h index 567ddf1bb3..ccedeeb3a5 100644 --- a/vehicle/2.0/default/impl/DefaultVehicleHal.h +++ b/automotive/vehicle/2.0/default/impl/DefaultVehicleHal.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_impl_DefaultVehicleHal_H_ -#define android_hardware_vehicle_V2_0_impl_DefaultVehicleHal_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_impl_DefaultVehicleHal_H_ +#define android_hardware_automotive_vehicle_V2_0_impl_DefaultVehicleHal_H_ #include @@ -26,6 +26,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -83,8 +84,9 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_impl_DefaultVehicleHal_H_ +#endif // android_hardware_automotive_vehicle_V2_0_impl_DefaultVehicleHal_H_ diff --git a/vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp b/automotive/vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp similarity index 99% rename from vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp rename to automotive/vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp index 5b09135c54..7c9a4d9126 100644 --- a/vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp +++ b/automotive/vehicle/2.0/default/tests/AccessControlConfigParser_test.cpp @@ -24,6 +24,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -146,5 +147,6 @@ TEST_F(AccessControlConfigParserTest, multipleCalls) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/tests/Obd2SensorStore_test.cpp b/automotive/vehicle/2.0/default/tests/Obd2SensorStore_test.cpp similarity index 99% rename from vehicle/2.0/default/tests/Obd2SensorStore_test.cpp rename to automotive/vehicle/2.0/default/tests/Obd2SensorStore_test.cpp index 6866454c82..3ebebbd029 100644 --- a/vehicle/2.0/default/tests/Obd2SensorStore_test.cpp +++ b/automotive/vehicle/2.0/default/tests/Obd2SensorStore_test.cpp @@ -21,6 +21,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -279,5 +280,6 @@ TEST(Obd2SensorStoreTest, setVendorFloatSensor) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/tests/SubscriptionManager_test.cpp b/automotive/vehicle/2.0/default/tests/SubscriptionManager_test.cpp similarity index 99% rename from vehicle/2.0/default/tests/SubscriptionManager_test.cpp rename to automotive/vehicle/2.0/default/tests/SubscriptionManager_test.cpp index 1b12bfdd97..c6c6add391 100644 --- a/vehicle/2.0/default/tests/SubscriptionManager_test.cpp +++ b/automotive/vehicle/2.0/default/tests/SubscriptionManager_test.cpp @@ -25,6 +25,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -192,5 +193,6 @@ TEST_F(SubscriptionManagerTest, unsubscribe) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/tests/VehicleHalManager_test.cpp b/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp similarity index 99% rename from vehicle/2.0/default/tests/VehicleHalManager_test.cpp rename to automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp index c20ab7f709..1ca58246eb 100644 --- a/vehicle/2.0/default/tests/VehicleHalManager_test.cpp +++ b/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp @@ -27,6 +27,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -471,5 +472,6 @@ TEST(HalClientVectorTest, basic) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/tests/VehicleHalTestUtils.h b/automotive/vehicle/2.0/default/tests/VehicleHalTestUtils.h similarity index 95% rename from vehicle/2.0/default/tests/VehicleHalTestUtils.h rename to automotive/vehicle/2.0/default/tests/VehicleHalTestUtils.h index fab420ae9b..a512fcf10c 100644 --- a/vehicle/2.0/default/tests/VehicleHalTestUtils.h +++ b/automotive/vehicle/2.0/default/tests/VehicleHalTestUtils.h @@ -14,16 +14,17 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_VehicleDebugUtils_H_ -#define android_hardware_vehicle_V2_0_VehicleDebugUtils_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehicleDebugUtils_H_ +#define android_hardware_automotive_vehicle_V2_0_VehicleDebugUtils_H_ -#include +#include #include #include #include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -120,7 +121,7 @@ private: using MuxGuard = std::lock_guard; using HidlVecOfValues = hidl_vec; public: - // Methods from ::android::hardware::vehicle::V2_0::IVehicleCallback follow. + // Methods from ::android::hardware::automotive::vehicle::V2_0::IVehicleCallback follow. Return onPropertyEvent( const hidl_vec& values) override { { @@ -265,8 +266,9 @@ inline std::string toString(const VehiclePropConfig &config) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif //VEHICLEHALDEBUGUTILS_H +#endif //android_hardware_automotive_vehicle_V2_0_VehicleDebugUtils_H_ diff --git a/vehicle/2.0/default/tests/VehicleObjectPool_test.cpp b/automotive/vehicle/2.0/default/tests/VehicleObjectPool_test.cpp similarity index 98% rename from vehicle/2.0/default/tests/VehicleObjectPool_test.cpp rename to automotive/vehicle/2.0/default/tests/VehicleObjectPool_test.cpp index 135f9fa274..0d572845fe 100644 --- a/vehicle/2.0/default/tests/VehicleObjectPool_test.cpp +++ b/automotive/vehicle/2.0/default/tests/VehicleObjectPool_test.cpp @@ -24,6 +24,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -125,5 +126,6 @@ TEST_F(VehicleObjectPoolTest, valuePoolMultithreadedBenchmark) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp b/automotive/vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp similarity index 96% rename from vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp rename to automotive/vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp index 4e1daf8fae..fad4ab380c 100644 --- a/vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp +++ b/automotive/vehicle/2.0/default/tests/VehiclePropConfigIndex_test.cpp @@ -22,6 +22,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -71,5 +72,6 @@ TEST_F(PropConfigTest, getConfigs) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware -} // namespace android \ No newline at end of file +} // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp similarity index 98% rename from vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp index 9cc994d6fb..6a3f8e558a 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-impl" +#define LOG_TAG "automotive.vehicle@2.0-impl" #include "AccessControlConfigParser.h" #include "VehicleUtils.h" @@ -27,6 +27,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -222,5 +223,6 @@ std::string AccessControlConfigParser::readNextToken( } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h similarity index 89% rename from vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h index 0c3753f2f9..8ef6f5aa2b 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/AccessControlConfigParser.h @@ -14,18 +14,19 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_AccessControlConfigParser_H_ -#define android_hardware_vehicle_V2_0_AccessControlConfigParser_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_AccessControlConfigParser_H_ +#define android_hardware_automotive_vehicle_V2_0_AccessControlConfigParser_H_ #include #include #include #include -#include +#include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -105,7 +106,8 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_AccessControlConfigParser_H_ +#endif // android_hardware_automotive_vehicle_V2_0_AccessControlConfigParser_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h similarity index 94% rename from vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h index 8f575dc8b9..b63429fa97 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/ConcurrentQueue.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_ConcurrentQueue_H_ -#define android_hardware_vehicle_V2_0_ConcurrentQueue_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_ConcurrentQueue_H_ +#define android_hardware_automotive_vehicle_V2_0_ConcurrentQueue_H_ #include #include @@ -153,4 +153,4 @@ private: } // namespace android -#endif //android_hardware_vehicle_V2_0_ConcurrentQueue_H_ +#endif //android_hardware_automotive_vehicle_V2_0_ConcurrentQueue_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp similarity index 98% rename from vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp index 7be2662aa6..3a252afd8c 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.cpp @@ -20,6 +20,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -100,5 +101,6 @@ const std::vector& Obd2SensorStore::getSensorsBitmask() const { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h similarity index 90% rename from vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h index b18f5d4585..cbe9893682 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/Obd2SensorStore.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_Obd2SensorStore_H_ -#define android_hardware_vehicle_V2_0_Obd2SensorStore_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_Obd2SensorStore_H_ +#define android_hardware_automotive_vehicle_V2_0_Obd2SensorStore_H_ #include @@ -23,6 +23,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -74,7 +75,8 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_Obd2SensorStore_H_ +#endif // android_hardware_automotive_vehicle_V2_0_Obd2SensorStore_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp similarity index 98% rename from vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp index 72b0a83168..f6f2758f2a 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-impl" +#define LOG_TAG "automotive.vehicle@2.0-impl" #include "SubscriptionManager.h" @@ -26,6 +26,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -254,5 +255,6 @@ bool SubscriptionManager::unsubscribe(const sp& callback, } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h similarity index 92% rename from vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h index 7a74295297..6a12b771b8 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/SubscriptionManager.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_SubscriptionManager_H_ -#define android_hardware_vehicle_V2_0_SubscriptionManager_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_SubscriptionManager_H_ +#define android_hardware_automotive_vehicle_V2_0_SubscriptionManager_H_ #include #include @@ -25,13 +25,14 @@ #include #include -#include +#include #include "ConcurrentQueue.h" #include "VehicleObjectPool.h" namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -140,8 +141,9 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_SubscriptionManager_H_ +#endif // android_hardware_automotive_vehicle_V2_0_SubscriptionManager_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp similarity index 99% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp index 8b243a3203..3a5e504472 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-impl" +#define LOG_TAG "automotive.vehicle@2.0-impl" #include "VehicleHalManager.h" @@ -27,6 +27,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -380,5 +381,6 @@ void VehicleHalManager::readAndParseAclConfig(const char* filename, } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h similarity index 93% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h index 49723da2b9..4bff4d153d 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleHalManager.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_VehicleHalManager_H_ -#define android_hardware_vehicle_V2_0_VehicleHalManager_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehicleHalManager_H_ +#define android_hardware_automotive_vehicle_V2_0_VehicleHalManager_H_ #include #include @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include "AccessControlConfigParser.h" @@ -38,6 +38,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -130,8 +131,9 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_VehicleHalManager_H_ +#endif // android_hardware_automotive_vehicle_V2_0_VehicleHalManager_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp similarity index 98% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp index 5fa77b1d31..a79c55c8e3 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-impl" +#define LOG_TAG "automotive.vehicle@2.0-impl" #include "VehicleObjectPool.h" @@ -24,6 +24,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -157,5 +158,6 @@ VehiclePropValue* VehiclePropValuePool::InternalPool::createObject() { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h similarity index 95% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h index d9231c3416..05c649bee0 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleObjectPool.h @@ -15,17 +15,18 @@ */ -#ifndef android_hardware_vehicle_V2_0_VehicleObjectPool_H_ -#define android_hardware_vehicle_V2_0_VehicleObjectPool_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehicleObjectPool_H_ +#define android_hardware_automotive_vehicle_V2_0_VehicleObjectPool_H_ #include #include #include -#include +#include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -238,7 +239,8 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_VehicleObjectPool_H_ +#endif // android_hardware_automotive_vehicle_V2_0_VehicleObjectPool_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h similarity index 86% rename from vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h index a08ac42781..0528f687f9 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehiclePropConfigIndex.h @@ -14,15 +14,16 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_VehiclePropConfigIndex_H_ -#define android_hardware_vehicle_V2_0_VehiclePropConfigIndex_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehiclePropConfigIndex_H_ +#define android_hardware_automotive_vehicle_V2_0_VehiclePropConfigIndex_H_ #include -#include +#include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -72,7 +73,8 @@ private: } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_VehiclePropConfigIndex_H_ +#endif // android_hardware_automotive_vehicle_V2_0_VehiclePropConfigIndex_H_ diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp similarity index 97% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp index 5a00631059..311cdef1d6 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.vehicle@2.0-impl" +#define LOG_TAG "automotive.vehicle@2.0-impl" #include "VehicleUtils.h" @@ -22,6 +22,7 @@ namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -124,5 +125,6 @@ void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) { } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android diff --git a/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h similarity index 89% rename from vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h rename to automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h index c24d86077a..ce0b163c34 100644 --- a/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h +++ b/automotive/vehicle/2.0/default/vehicle_hal_manager/VehicleUtils.h @@ -14,17 +14,18 @@ * limitations under the License. */ -#ifndef android_hardware_vehicle_V2_0_VehicleUtils_H_ -#define android_hardware_vehicle_V2_0_VehicleUtils_H_ +#ifndef android_hardware_automotive_vehicle_V2_0_VehicleUtils_H_ +#define android_hardware_automotive_vehicle_V2_0_VehicleUtils_H_ #include #include -#include +#include namespace android { namespace hardware { +namespace automotive { namespace vehicle { namespace V2_0 { @@ -78,7 +79,8 @@ void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src); } // namespace V2_0 } // namespace vehicle +} // namespace automotive } // namespace hardware } // namespace android -#endif // android_hardware_vehicle_V2_0_VehicleUtils_H_ +#endif // android_hardware_automotive_vehicle_V2_0_VehicleUtils_H_ diff --git a/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal similarity index 99% rename from vehicle/2.0/types.hal rename to automotive/vehicle/2.0/types.hal index 6609e5b2e7..05e10be8bf 100644 --- a/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -14,7 +14,7 @@ * limitations under the License. */ -package android.hardware.vehicle@2.0; +package android.hardware.automotive.vehicle@2.0; /* * Enumerates supported data types for VehicleProperty. diff --git a/vehicle/2.0/vts/Vehicle.vts b/automotive/vehicle/2.0/vts/Vehicle.vts similarity index 57% rename from vehicle/2.0/vts/Vehicle.vts rename to automotive/vehicle/2.0/vts/Vehicle.vts index 7fecfa9ebc..535d4b8652 100644 --- a/vehicle/2.0/vts/Vehicle.vts +++ b/automotive/vehicle/2.0/vts/Vehicle.vts @@ -2,10 +2,10 @@ component_class: HAL_HIDL component_type_version: 2.0 component_name: "IVehicle" -package: "android.hardware.vehicle" +package: "android.hardware.automotive.vehicle" -import: "android.hardware.vehicle@2.0::IVehicleCallback" -import: "android.hardware.vehicle@2.0::types" +import: "android.hardware.automotive.vehicle@2.0::IVehicleCallback" +import: "android.hardware.automotive.vehicle@2.0::types" interface: { api: { @@ -14,7 +14,7 @@ interface: { type: TYPE_VECTOR vector_value: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropConfig" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropConfig" } } } @@ -23,20 +23,20 @@ interface: { name: "getPropConfigs" return_type_hidl: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } return_type_hidl: { type: TYPE_VECTOR vector_value: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropConfig" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropConfig" } } arg: { type: TYPE_VECTOR vector_value: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } } } @@ -45,15 +45,15 @@ interface: { name: "get" return_type_hidl: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } return_type_hidl: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" } arg: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" } } @@ -61,11 +61,11 @@ interface: { name: "set" return_type_hidl: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } arg: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" } } @@ -73,7 +73,7 @@ interface: { name: "subscribe" return_type_hidl: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } arg: { type: TYPE_HIDL_CALLBACK @@ -84,7 +84,7 @@ interface: { type: TYPE_VECTOR vector_value: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::SubscribeOptions" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::SubscribeOptions" } } } @@ -93,7 +93,7 @@ interface: { name: "unsubscribe" return_type_hidl: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } arg: { type: TYPE_HIDL_CALLBACK @@ -102,7 +102,7 @@ interface: { } arg: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } } diff --git a/vehicle/2.0/vts/VehicleCallback.vts b/automotive/vehicle/2.0/vts/VehicleCallback.vts similarity index 56% rename from vehicle/2.0/vts/VehicleCallback.vts rename to automotive/vehicle/2.0/vts/VehicleCallback.vts index b5ee152f0c..3589fde132 100644 --- a/vehicle/2.0/vts/VehicleCallback.vts +++ b/automotive/vehicle/2.0/vts/VehicleCallback.vts @@ -2,9 +2,9 @@ component_class: HAL_HIDL component_type_version: 2.0 component_name: "IVehicleCallback" -package: "android.hardware.vehicle" +package: "android.hardware.automotive.vehicle" -import: "android.hardware.vehicle@2.0::types" +import: "android.hardware.automotive.vehicle@2.0::types" interface: { api: { @@ -13,7 +13,7 @@ interface: { type: TYPE_VECTOR vector_value: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" } } } @@ -22,7 +22,7 @@ interface: { name: "onPropertySet" arg: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" } } @@ -30,11 +30,11 @@ interface: { name: "onPropertySetError" arg: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::StatusCode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::StatusCode" } arg: { type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } arg: { type: TYPE_SCALAR diff --git a/vehicle/2.0/vts/types.vts b/automotive/vehicle/2.0/vts/types.vts similarity index 91% rename from vehicle/2.0/vts/types.vts rename to automotive/vehicle/2.0/vts/types.vts index 067a7d64dd..b8a9f83538 100644 --- a/vehicle/2.0/vts/types.vts +++ b/automotive/vehicle/2.0/vts/types.vts @@ -2,11 +2,11 @@ component_class: HAL_HIDL component_type_version: 2.0 component_name: "types" -package: "android.hardware.vehicle" +package: "android.hardware.automotive.vehicle" attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropertyType" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -55,7 +55,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleArea" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleArea" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -92,7 +92,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropertyGroup" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -113,7 +113,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleProperty" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -510,7 +510,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleHvacFanDirection" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleHvacFanDirection" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -539,7 +539,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleRadioConstants" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleRadioConstants" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -552,7 +552,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioFocusRequest" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioFocusRequest" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -581,7 +581,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioFocusState" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioFocusState" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -614,7 +614,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioStreamFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioStreamFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -635,7 +635,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioStream" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioStream" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -652,7 +652,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioExtFocusFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioExtFocusFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -681,7 +681,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioFocusIndex" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioFocusIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -706,7 +706,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioContextFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioContextFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -767,7 +767,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioVolumeCapabilityFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioVolumeCapabilityFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -784,7 +784,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioVolumeState" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioVolumeState" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -801,7 +801,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioVolumeIndex" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioVolumeIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -822,7 +822,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioVolumeLimitIndex" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioVolumeLimitIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -839,7 +839,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioRoutingPolicyIndex" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioRoutingPolicyIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -856,7 +856,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAudioHwVariantConfigFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAudioHwVariantConfigFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -869,7 +869,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerStateConfigFlag" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateConfigFlag" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -886,7 +886,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerState" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerState" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -915,7 +915,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerStateShutdownParam" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateShutdownParam" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -936,7 +936,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerSetState" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerSetState" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -973,7 +973,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerStateIndex" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerStateIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -990,7 +990,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleApPowerBootupReason" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleApPowerBootupReason" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1011,7 +1011,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleHwKeyInputAction" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1028,7 +1028,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleDisplay" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleDisplay" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1045,7 +1045,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleInstrumentClusterType" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleInstrumentClusterType" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1066,7 +1066,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleUnit" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleUnit" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1135,7 +1135,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropertyChangeMode" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyChangeMode" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1164,7 +1164,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropertyAccess" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyAccess" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1189,7 +1189,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleDrivingStatus" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleDrivingStatus" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1222,7 +1222,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleGear" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleGear" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1287,7 +1287,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaZone" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaZone" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1364,7 +1364,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaSeat" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaSeat" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1409,7 +1409,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaWindow" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaWindow" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1454,7 +1454,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaDoor" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaDoor" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1495,7 +1495,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaMirror" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaMirror" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1516,7 +1516,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleTurnSignal" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleTurnSignal" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1541,7 +1541,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleAreaConfig" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaConfig" type: TYPE_STRUCT struct_value: { name: "areaId" @@ -1581,22 +1581,22 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropConfig" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropConfig" type: TYPE_STRUCT struct_value: { name: "prop" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } struct_value: { name: "access" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropertyAccess" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyAccess" } struct_value: { name: "changeMode" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropertyChangeMode" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyChangeMode" } struct_value: { name: "supportedAreas" @@ -1608,7 +1608,7 @@ attribute: { type: TYPE_VECTOR vector_value: { type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehicleAreaConfig" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleAreaConfig" } } struct_value: { @@ -1641,10 +1641,10 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropValue" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue" type: TYPE_STRUCT sub_struct: { - name: "::android::hardware::vehicle::V2_0::VehiclePropValue::RawValue" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue::RawValue" type: TYPE_STRUCT struct_value: { name: "int32Values" @@ -1686,7 +1686,7 @@ attribute: { struct_value: { name: "prop" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } struct_value: { name: "timestamp" @@ -1701,12 +1701,12 @@ attribute: { struct_value: { name: "value" type: TYPE_STRUCT - predefined_type: "::android::hardware::vehicle::V2_0::VehiclePropValue::RawValue" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehiclePropValue::RawValue" } } attribute: { - name: "::android::hardware::vehicle::V2_0::VehicleIgnitionState" + name: "::android::hardware::automotive::vehicle::V2_0::VehicleIgnitionState" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1739,7 +1739,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::VehiclePropertyOperation" + name: "::android::hardware::automotive::vehicle::V2_0::VehiclePropertyOperation" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1764,7 +1764,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::SubscribeFlags" + name: "::android::hardware::automotive::vehicle::V2_0::SubscribeFlags" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1789,12 +1789,12 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::SubscribeOptions" + name: "::android::hardware::automotive::vehicle::V2_0::SubscribeOptions" type: TYPE_STRUCT struct_value: { name: "propId" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::VehicleProperty" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::VehicleProperty" } struct_value: { name: "vehicleAreas" @@ -1809,12 +1809,12 @@ attribute: { struct_value: { name: "flags" type: TYPE_ENUM - predefined_type: "::android::hardware::vehicle::V2_0::SubscribeFlags" + predefined_type: "::android::hardware::automotive::vehicle::V2_0::SubscribeFlags" } } attribute: { - name: "::android::hardware::vehicle::V2_0::StatusCode" + name: "::android::hardware::automotive::vehicle::V2_0::StatusCode" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1847,7 +1847,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::FuelSystemStatus" + name: "::android::hardware::automotive::vehicle::V2_0::FuelSystemStatus" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1876,7 +1876,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::IgnitionMonitorKind" + name: "::android::hardware::automotive::vehicle::V2_0::IgnitionMonitorKind" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1893,7 +1893,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::CommonIgnitionMonitors" + name: "::android::hardware::automotive::vehicle::V2_0::CommonIgnitionMonitors" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -1926,7 +1926,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::SparkIgnitionMonitors" + name: "::android::hardware::automotive::vehicle::V2_0::SparkIgnitionMonitors" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -2023,7 +2023,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::CompressionIgnitionMonitors" + name: "::android::hardware::automotive::vehicle::V2_0::CompressionIgnitionMonitors" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -2104,7 +2104,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::SecondaryAirStatus" + name: "::android::hardware::automotive::vehicle::V2_0::SecondaryAirStatus" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -2129,7 +2129,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::FuelType" + name: "::android::hardware::automotive::vehicle::V2_0::FuelType" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -2234,7 +2234,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::Obd2IntegerSensorIndex" + name: "::android::hardware::automotive::vehicle::V2_0::Obd2IntegerSensorIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" @@ -2371,7 +2371,7 @@ attribute: { } attribute: { - name: "::android::hardware::vehicle::V2_0::Obd2FloatSensorIndex" + name: "::android::hardware::automotive::vehicle::V2_0::Obd2FloatSensorIndex" type: TYPE_ENUM enum_value: { scalar_type: "int32_t" diff --git a/vehicle/Android.bp b/automotive/vehicle/Android.bp similarity index 100% rename from vehicle/Android.bp rename to automotive/vehicle/Android.bp diff --git a/vehicle/2.0/Android.bp b/vehicle/2.0/Android.bp deleted file mode 100644 index dfc9d4ddfd..0000000000 --- a/vehicle/2.0/Android.bp +++ /dev/null @@ -1,175 +0,0 @@ -// This file is autogenerated by hidl-gen. Do not edit manually. - -genrule { - name: "android.hardware.vehicle@2.0_genc++", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.cpp", - "android/hardware/vehicle/2.0/VehicleAll.cpp", - "android/hardware/vehicle/2.0/VehicleCallbackAll.cpp", - ], -} - -genrule { - name: "android.hardware.vehicle@2.0_genc++_headers", - tools: ["hidl-gen"], - cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.h", - "android/hardware/vehicle/2.0/IVehicle.h", - "android/hardware/vehicle/2.0/IHwVehicle.h", - "android/hardware/vehicle/2.0/BnHwVehicle.h", - "android/hardware/vehicle/2.0/BpHwVehicle.h", - "android/hardware/vehicle/2.0/BsVehicle.h", - "android/hardware/vehicle/2.0/IVehicleCallback.h", - "android/hardware/vehicle/2.0/IHwVehicleCallback.h", - "android/hardware/vehicle/2.0/BnHwVehicleCallback.h", - "android/hardware/vehicle/2.0/BpHwVehicleCallback.h", - "android/hardware/vehicle/2.0/BsVehicleCallback.h", - ], -} - -cc_library_shared { - name: "android.hardware.vehicle@2.0", - generated_sources: ["android.hardware.vehicle@2.0_genc++"], - generated_headers: ["android.hardware.vehicle@2.0_genc++_headers"], - export_generated_headers: ["android.hardware.vehicle@2.0_genc++_headers"], - shared_libs: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "liblog", - "libutils", - "libcutils", - "android.hidl.base@1.0", - ], - export_shared_lib_headers: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "libutils", - "android.hidl.base@1.0", - ], -} - -genrule { - name: "android.hardware.vehicle.vts.driver@2.0_genc++", - tools: ["hidl-gen", "vtsc"], - cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/vehicle/2.0/ $(genDir)/android/hardware/vehicle/2.0/", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.vts.cpp", - "android/hardware/vehicle/2.0/Vehicle.vts.cpp", - "android/hardware/vehicle/2.0/VehicleCallback.vts.cpp", - ], -} - -genrule { - name: "android.hardware.vehicle.vts.driver@2.0_genc++_headers", - tools: ["hidl-gen", "vtsc"], - cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/vehicle/2.0/ $(genDir)/android/hardware/vehicle/2.0/", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.vts.h", - "android/hardware/vehicle/2.0/Vehicle.vts.h", - "android/hardware/vehicle/2.0/VehicleCallback.vts.h", - ], -} - -cc_library_shared { - name: "android.hardware.vehicle.vts.driver@2.0", - generated_sources: ["android.hardware.vehicle.vts.driver@2.0_genc++"], - generated_headers: ["android.hardware.vehicle.vts.driver@2.0_genc++_headers"], - export_generated_headers: ["android.hardware.vehicle.vts.driver@2.0_genc++_headers"], - shared_libs: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "liblog", - "libutils", - "libcutils", - "libvts_common", - "libvts_datatype", - "libvts_measurement", - "libvts_multidevice_proto", - "libcamera_metadata", - "libprotobuf-cpp-full", - "android.hidl.base@1.0", - "android.hardware.vehicle@2.0", - ], - export_shared_lib_headers: [ - "libhidlbase", - "libhidltransport", - "libhwbinder", - "libutils", - "android.hidl.base@1.0", - ], -} - -genrule { - name: "android.hardware.vehicle@2.0-vts.profiler_genc++", - tools: ["hidl-gen", "vtsc"], - cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/vehicle/2.0/ $(genDir)/android/hardware/vehicle/2.0/", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.vts.cpp", - "android/hardware/vehicle/2.0/Vehicle.vts.cpp", - "android/hardware/vehicle/2.0/VehicleCallback.vts.cpp", - ], -} - -genrule { - name: "android.hardware.vehicle@2.0-vts.profiler_genc++_headers", - tools: ["hidl-gen", "vtsc"], - cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.vehicle@2.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/vehicle/2.0/ $(genDir)/android/hardware/vehicle/2.0/", - srcs: [ - "types.hal", - "IVehicle.hal", - "IVehicleCallback.hal", - ], - out: [ - "android/hardware/vehicle/2.0/types.vts.h", - "android/hardware/vehicle/2.0/Vehicle.vts.h", - "android/hardware/vehicle/2.0/VehicleCallback.vts.h", - ], -} - -cc_library_shared { - name: "android.hardware.vehicle@2.0-vts.profiler", - generated_sources: ["android.hardware.vehicle@2.0-vts.profiler_genc++"], - generated_headers: ["android.hardware.vehicle@2.0-vts.profiler_genc++_headers"], - export_generated_headers: ["android.hardware.vehicle@2.0-vts.profiler_genc++_headers"], - shared_libs: [ - "libbase", - "libhidlbase", - "libhidltransport", - "libvts_profiling", - "libvts_multidevice_proto", - "libprotobuf-cpp-full", - "android.hidl.base@1.0", - "android.hardware.vehicle@2.0", - ], -} diff --git a/vehicle/2.0/default/android.hardware.vehicle@2.0-service.rc b/vehicle/2.0/default/android.hardware.vehicle@2.0-service.rc deleted file mode 100644 index 622cb1e77e..0000000000 --- a/vehicle/2.0/default/android.hardware.vehicle@2.0-service.rc +++ /dev/null @@ -1,4 +0,0 @@ -service vehicle-hal-2.0 /system/bin/hw/android.hardware.vehicle@2.0-service - class hal - user vehicle_network - group system