summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyao Zhang2017-02-17 20:20:58 -0600
committerZhuoyao Zhang2017-02-21 22:47:18 -0600
commit8422f6aa046e86ccd06e62dcbd611073355cfa08 (patch)
tree1e83b8c847f4fa17ae704a3c7106e3048a80cf1e /boot/1.0/vts
parent981207d3d039345b78954dc8d46e98741712d2d3 (diff)
downloadplatform-hardware-interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.gz
platform-hardware-interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.xz
platform-hardware-interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.zip
Update the test binary and source file name on master.
* To confirm with Vts naming convention. Bug: 35273456 Test: mma Change-Id: I845da64085253cd02480465479618308045a52ed
Diffstat (limited to 'boot/1.0/vts')
-rw-r--r--boot/1.0/vts/functional/Android.bp4
-rw-r--r--boot/1.0/vts/functional/VtsHalBootV1_0TargetTest.cpp (renamed from boot/1.0/vts/functional/boot_hidl_hal_test.cpp)0
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/1.0/vts/functional/Android.bp b/boot/1.0/vts/functional/Android.bp
index 6c28bf1a..2fd3ee42 100644
--- a/boot/1.0/vts/functional/Android.bp
+++ b/boot/1.0/vts/functional/Android.bp
@@ -15,9 +15,9 @@
15// 15//
16 16
17cc_test { 17cc_test {
18 name: "boot_hidl_hal_test", 18 name: "VtsHalBootV1_0TargetTest",
19 gtest: true, 19 gtest: true,
20 srcs: ["boot_hidl_hal_test.cpp"], 20 srcs: ["VtsHalBootV1_0TargetTest.cpp"],
21 shared_libs: [ 21 shared_libs: [
22 "libbase", 22 "libbase",
23 "liblog", 23 "liblog",
diff --git a/boot/1.0/vts/functional/boot_hidl_hal_test.cpp b/boot/1.0/vts/functional/VtsHalBootV1_0TargetTest.cpp
index 36142dff..36142dff 100644
--- a/boot/1.0/vts/functional/boot_hidl_hal_test.cpp
+++ b/boot/1.0/vts/functional/VtsHalBootV1_0TargetTest.cpp