commit | 8422f6aa046e86ccd06e62dcbd611073355cfa08 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Fri Feb 17 18:20:58 2017 -0800 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Tue Feb 21 20:47:18 2017 -0800 |
tree | 1e83b8c847f4fa17ae704a3c7106e3048a80cf1e | |
parent | 981207d3d039345b78954dc8d46e98741712d2d3 [diff] |
Update the test binary and source file name on master. * To confirm with Vts naming convention. Bug: 35273456 Test: mma Change-Id: I845da64085253cd02480465479618308045a52ed
diff --git a/power/1.0/vts/functional/Android.bp b/power/1.0/vts/functional/Android.bp index 7aa2611..b2389a5 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 similarity index 100% rename from power/1.0/vts/functional/power_hidl_hal_test.cpp rename to power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp