Update the test binary and source file name on master.
* To confirm with Vts naming convention. Bug: 35273456 Test: mma Change-Id: I845da64085253cd02480465479618308045a52ed
This commit is contained in:
parent
981207d3d0
commit
8422f6aa04
38 changed files with 38 additions and 38 deletions
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "audio_effect_hidl_hal_test",
|
||||
name: "VtsHalAudioEffectV2_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["audio_effect_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalAudioEffectV2_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "fingerprint_hidl_hal_test",
|
||||
name: "VtsHalBiometricsFingerprintV2_1TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["fingerprint_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalBiometricsFingerprintV2_1TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidltransport",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "boot_hidl_hal_test",
|
||||
name: "VtsHalBootV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["boot_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalBootV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "broadcastradio_hidl_hal_test",
|
||||
name: "VtsHalBroadcastradioV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["broadcastradio_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalBroadcastradioV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "camera_hidl_hal_test",
|
||||
name: "VtsHalCameraProviderV2_4TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["camera_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalCameraProviderV2_4TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libhidlbase",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "contexthub_hidl_hal_test",
|
||||
name: "VtsHalContexthubV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["contexthub_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalContexthubV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libhidlbase",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "gatekeeper_hidl_hal_test",
|
||||
name: "VtsHalGatekeeperV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["gatekeeper_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalGatekeeperV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "graphics_allocator_hidl_hal_test",
|
||||
name: "VtsHalGraphicsAllocatorV2_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["graphics_allocator_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalGraphicsAllocatorV2_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "graphics_composer_hidl_hal_test",
|
||||
name: "VtsHalGraphicsComposerV2_1TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["graphics_composer_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalGraphicsComposerV2_1TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"android.hardware.graphics.allocator@2.0",
|
||||
"android.hardware.graphics.composer@2.1",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "graphics_mapper_hidl_hal_test",
|
||||
name: "VtsHalGraphicsMapperV2_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["graphics_mapper_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalGraphicsMapperV2_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "light_hidl_hal_test",
|
||||
name: "VtsHalLightV2_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["light_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalLightV2_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidlbase",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "memtrack_hidl_hal_test",
|
||||
name: "VtsHalMemtrackV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["memtrack_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalMemtrackV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "power_hidl_hal_test",
|
||||
name: "VtsHalPowerV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["power_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalPowerV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "sensors_hidl_hal_test",
|
||||
name: "VtsHalSensorsV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["sensors_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalSensorsV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"android.hardware.sensors@1.0",
|
||||
"libcutils",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "soundtrigger_hidl_hal_test",
|
||||
name: "VtsHalSoundtriggerV2_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["soundtrigger_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalSoundtriggerV2_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "thermal_hidl_hal_test",
|
||||
name: "VtsHalThermalV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["thermal_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalThermalV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "tv_input_hidl_hal_test",
|
||||
name: "VtsHalTvInputV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["tv_input_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalTvInputV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "vibrator_hidl_hal_test",
|
||||
name: "VtsHalVibratorV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["vibrator_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalVibratorV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidlbase",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//
|
||||
|
||||
cc_test {
|
||||
name: "vr_hidl_hal_test",
|
||||
name: "VtsHalVrV1_0TargetTest",
|
||||
gtest: true,
|
||||
srcs: ["vr_hidl_hal_test.cpp"],
|
||||
srcs: ["VtsHalVrV1_0TargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libhidlbase",
|
||||
|
|
Loading…
Reference in a new issue