mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Rename usb test according to vts convention.
Test: make vts Change-Id: If2e99f5510f01772e26b5867a7a0152025233715
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user