diff options
author | Zhuoyao Zhang <zhuoyao@google.com> | 2017-02-17 18:20:58 -0800 |
---|---|---|
committer | Zhuoyao Zhang <zhuoyao@google.com> | 2017-02-21 20:47:18 -0800 |
commit | 8422f6aa046e86ccd06e62dcbd611073355cfa08 (patch) | |
tree | 1e83b8c847f4fa17ae704a3c7106e3048a80cf1e /boot/1.0/vts | |
parent | 981207d3d039345b78954dc8d46e98741712d2d3 (diff) | |
download | platform_hardware_interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.gz platform_hardware_interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.bz2 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.bp | 4 | ||||
-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 6c28bf1a86..2fd3ee42d6 100644 --- a/boot/1.0/vts/functional/Android.bp +++ b/boot/1.0/vts/functional/Android.bp @@ -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", diff --git a/boot/1.0/vts/functional/boot_hidl_hal_test.cpp b/boot/1.0/vts/functional/VtsHalBootV1_0TargetTest.cpp index 36142dff64..36142dff64 100644 --- a/boot/1.0/vts/functional/boot_hidl_hal_test.cpp +++ b/boot/1.0/vts/functional/VtsHalBootV1_0TargetTest.cpp |