Rename usb test according to vts convention.

Test: make vts
Change-Id: If2e99f5510f01772e26b5867a7a0152025233715
This commit is contained in:
Tri Vo
2017-02-21 16:03:36 -08:00
parent 85beb9388e
commit e5b08a319b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,9 +15,9 @@
//
cc_test {
name: "usb_hidl_hal_test",
name: "VtsHalUsbV1_0TargetTest",
gtest: true,
srcs: ["usb_hidl_hal_test.cpp"],
srcs: ["VtsHalUsbV1_0TargetTest.cpp"],
shared_libs: [
"libbase",
"liblog",

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "usb_hidl_hal_test"
#define LOG_TAG "VtsHalUsbV1_0TargetTest"
#include <android-base/logging.h>
#include <android/hardware/usb/1.0/IUsb.h>