summaryrefslogtreecommitdiffstats
path: root/contexthub
diff options
context:
space:
mode:
authorZhuoyao Zhang <zhuoyao@google.com>2017-02-17 18:20:58 -0800
committerZhuoyao Zhang <zhuoyao@google.com>2017-02-21 20:47:18 -0800
commit8422f6aa046e86ccd06e62dcbd611073355cfa08 (patch)
tree1e83b8c847f4fa17ae704a3c7106e3048a80cf1e /contexthub
parent981207d3d039345b78954dc8d46e98741712d2d3 (diff)
downloadandroid_hardware_interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.gz
android_hardware_interfaces-8422f6aa046e86ccd06e62dcbd611073355cfa08.tar.bz2
android_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 'contexthub')
-rw-r--r--contexthub/1.0/vts/functional/Android.bp4
-rw-r--r--contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp (renamed from contexthub/1.0/vts/functional/contexthub_hidl_hal_test.cpp)0
2 files changed, 2 insertions, 2 deletions
diff --git a/contexthub/1.0/vts/functional/Android.bp b/contexthub/1.0/vts/functional/Android.bp
index 1c011a08a..c3c121c4c 100644
--- a/contexthub/1.0/vts/functional/Android.bp
+++ b/contexthub/1.0/vts/functional/Android.bp
@@ -15,9 +15,9 @@
//
cc_test {
- name: "contexthub_hidl_hal_test",
+ name: "VtsHalContexthubV1_0TargetTest",
gtest: true,
- srcs: ["contexthub_hidl_hal_test.cpp"],
+ srcs: ["VtsHalContexthubV1_0TargetTest.cpp"],
shared_libs: [
"liblog",
"libhidlbase",
diff --git a/contexthub/1.0/vts/functional/contexthub_hidl_hal_test.cpp b/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp
index e4dea4f7c..e4dea4f7c 100644
--- a/contexthub/1.0/vts/functional/contexthub_hidl_hal_test.cpp
+++ b/contexthub/1.0/vts/functional/VtsHalContexthubV1_0TargetTest.cpp