mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Merge "Add vhal unit tests to presubmit."
This commit is contained in:
committed by
Android (Google) Code Review
commit
eb8fcbf3ea
@@ -184,6 +184,14 @@ cc_test {
|
||||
"libbase",
|
||||
"libcutils",
|
||||
],
|
||||
exclude_shared_libs: [
|
||||
"android.automotive.watchdog-V2-ndk_platform",
|
||||
"android.hardware.automotive.vehicle@2.0",
|
||||
],
|
||||
static_libs: [
|
||||
"android.automotive.watchdog-V2-ndk_platform",
|
||||
"android.hardware.automotive.vehicle@2.0",
|
||||
],
|
||||
header_libs: ["libbase_headers"],
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
@@ -196,10 +204,16 @@ cc_test {
|
||||
"impl/vhal_v2_0/tests/ProtoMessageConverter_test.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"android.automotive.watchdog-V2-ndk_platform",
|
||||
"android.hardware.automotive.vehicle@2.0",
|
||||
"android.hardware.automotive.vehicle@2.0-default-impl-lib",
|
||||
"android.hardware.automotive.vehicle@2.0-libproto-native",
|
||||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
exclude_shared_libs: [
|
||||
"android.automotive.watchdog-V2-ndk_platform",
|
||||
"android.hardware.automotive.vehicle@2.0",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
|
||||
10
automotive/vehicle/2.0/default/TEST_MAPPING
Normal file
10
automotive/vehicle/2.0/default/TEST_MAPPING
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "android.hardware.automotive.vehicle@2.0-manager-unit-tests"
|
||||
},
|
||||
{
|
||||
"name": "android.hardware.automotive.vehicle@2.0-default-impl-unit-tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user