Update the test binary and source file name.

am: f7693eed97

Change-Id: If5289d134a396eba76c5ac8ade133ae3576bf506
This commit is contained in:
Zhuoyao Zhang
2017-02-18 00:09:24 +00:00
committed by android-build-merger
12 changed files with 12 additions and 12 deletions

View File

@@ -15,9 +15,9 @@
//
cc_test {
name: "bluetooth_hidl_hal_test",
name: "VtsHalBluetoothV1_0TargetTest",
gtest: true,
srcs: ["bluetooth_hidl_hal_test.cpp"],
srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View File

@@ -15,9 +15,9 @@
//
cc_test {
name: "ir_hidl_hal_test",
name: "VtsHalIrV1_0TargetTest",
gtest: true,
srcs: ["ir_hidl_hal_test.cpp"],
srcs: ["VtsHalIrV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View File

@@ -15,9 +15,9 @@
//
cc_test {
name: "nfc_hidl_hal_test",
name: "VtsHalNfcV1_0TargetTest",
gtest: true,
srcs: ["nfc_hidl_hal_test.cpp"],
srcs: ["VtsHalNfcV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View File

@@ -15,12 +15,12 @@
//
cc_test {
name: "radio_hidl_hal_test",
name: "VtsHalRadioV1_0TargetTest",
gtest: true,
srcs: ["radio_hidl_hal_test.cpp",
"radio_response.cpp",
"radio_hidl_hal_icc.cpp",
"radio_hidl_hal_main.cpp"],
"VtsHalRadioV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View File

@@ -15,10 +15,10 @@
//
cc_test {
name: "wifi_hidl_test",
name: "VtsHalWifiV1_0TargetTest",
gtest: true,
srcs: [
"main.cpp",
"VtsHalWifiV1_0TargetTest.cpp",
"wifi_ap_iface_hidl_test.cpp",
"wifi_chip_hidl_test.cpp",
"wifi_hidl_call_util_selftest.cpp",

View File

@@ -16,10 +16,10 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := supplicant_hidl_test
LOCAL_MODULE := VtsHalWifiSupplicantV1_0TargetTest
LOCAL_CPPFLAGS := -Wall -Werror -Wextra
LOCAL_SRC_FILES := \
main.cpp \
VtsHalWifiSupplicantV1_0TargetTest.cpp \
supplicant_hidl_test.cpp \
supplicant_hidl_test_utils.cpp \
supplicant_p2p_iface_hidl_test.cpp \