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/sensors/1.0/vts/functional/Android.bp b/sensors/1.0/vts/functional/Android.bp index 9ca6230..c2889c5 100644 --- a/sensors/1.0/vts/functional/Android.bp +++ b/sensors/1.0/vts/functional/Android.bp
@@ -15,9 +15,9 @@ // cc_test { - name: "sensors_hidl_hal_test", + name: "VtsHalSensorsV1_0TargetTest", gtest: true, - srcs: ["sensors_hidl_hal_test.cpp"], + srcs: ["VtsHalSensorsV1_0TargetTest.cpp"], shared_libs: [ "android.hardware.sensors@1.0", "libcutils",
diff --git a/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp b/sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp similarity index 100% rename from sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp rename to sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp