commit | f7693eed97bc5fd7d70dc5f7d035626dd7ea8afb | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Thu Feb 16 14:58:55 2017 -0800 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Fri Feb 17 10:34:33 2017 -0800 |
tree | e08ad081232a62074f8e6f0a630200cea04c0949 | |
parent | 801f78cc0595707be4a504c97f66a9bf95fc7feb [diff] |
Update the test binary and source file name. * To confirm with Vts naming convention. Bug: 35273456 Test: mma Change-Id: Ide6d9d15618e65d8cb74363f3a8acd52609cd0dd
diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index 086ac99..2012c20 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp
@@ -15,9 +15,9 @@ // cc_test { - name: "bluetooth_hidl_hal_test", + name: "VtsHalBluetoothV1_0TargetTest", gtest: true, - srcs: ["bluetooth_hidl_hal_test.cpp"], + srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"], shared_libs: [ "libbase", "liblog",
diff --git a/bluetooth/1.0/vts/functional/bluetooth_hidl_hal_test.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp similarity index 100% rename from bluetooth/1.0/vts/functional/bluetooth_hidl_hal_test.cpp rename to bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp