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 /power/1.0 | |
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 'power/1.0')
-rw-r--r-- | power/1.0/vts/functional/Android.bp | 4 | ||||
-rw-r--r-- | power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp (renamed from power/1.0/vts/functional/power_hidl_hal_test.cpp) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/power/1.0/vts/functional/Android.bp b/power/1.0/vts/functional/Android.bp index 7aa261135f..b2389a53dd 100644 --- a/power/1.0/vts/functional/Android.bp +++ b/power/1.0/vts/functional/Android.bp @@ -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", diff --git a/power/1.0/vts/functional/power_hidl_hal_test.cpp b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp index b114944f0c..b114944f0c 100644 --- a/power/1.0/vts/functional/power_hidl_hal_test.cpp +++ b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp |