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/vr/1.0/vts/functional/Android.bp b/vr/1.0/vts/functional/Android.bp index 529f92d..36bc527 100644 --- a/vr/1.0/vts/functional/Android.bp +++ b/vr/1.0/vts/functional/Android.bp
@@ -15,9 +15,9 @@ // cc_test { - name: "vr_hidl_hal_test", + name: "VtsHalVrV1_0TargetTest", gtest: true, - srcs: ["vr_hidl_hal_test.cpp"], + srcs: ["VtsHalVrV1_0TargetTest.cpp"], shared_libs: [ "liblog", "libhidlbase",
diff --git a/vr/1.0/vts/functional/vr_hidl_hal_test.cpp b/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp similarity index 100% rename from vr/1.0/vts/functional/vr_hidl_hal_test.cpp rename to vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp